diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-03 21:40:10 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-03 21:40:10 +1100 |
commit | 83429a8658986ccd1c54e7085d5df31b01fe16fc (patch) | |
tree | cbba6b424cdfc9c5869038bd0069edd82a50c830 /docs/source/siteadmin/relnotes.rst | |
parent | c5a4eb8da8d3000d98c4ae684193322da3d6af10 (diff) | |
download | mediagoblin-83429a8658986ccd1c54e7085d5df31b01fe16fc.tar.lz mediagoblin-83429a8658986ccd1c54e7085d5df31b01fe16fc.tar.xz mediagoblin-83429a8658986ccd1c54e7085d5df31b01fe16fc.zip |
Drop Python 2 installation support.
Diffstat (limited to 'docs/source/siteadmin/relnotes.rst')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 69126834..2cb1a5cf 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -29,10 +29,12 @@ carefully, or at least skim over it. **Improvements:** + - Drop Python 2 installation support (Ben Sturmfels) **Bug fixes:** - Make LDAP plugin Python 3 compatible [#5607] (Olivier Mehani) +- Pin a compatible version of WTForms (milquetoast) 0.10.0 |