This commit is contained in:
Jeff Forcier 2018-07-02 12:16:59 -07:00
parent 93bf457aa6
commit 8fee5bd3b6

View file

@ -10,14 +10,15 @@ Changelog
may now optionally be a list of strings instead of a single string. Thanks to may now optionally be a list of strings instead of a single string. Thanks to
William Minchin for the patch. William Minchin for the patch.
- :release:`1.4.2 <2018-04-27>` - :release:`1.4.2 <2018-04-27>`
- :support:`74` We never pulled our README into our ``setup.py`` metadata, - :support:`74 backported` We never pulled our README into our ``setup.py``
resulting in a rather sparse PyPI page! This has been fixed. Thanks to Peter metadata, resulting in a rather sparse PyPI page! This has been fixed. Thanks
Demin for the report. to Peter Demin for the report.
- :release:`1.4.1 <2018-03-28>` - :release:`1.4.1 <2018-03-28>`
- :support:`73` Sphinx 1.7.x changed some semi-public APIs; given this is the - :support:`73 backported` Sphinx 1.7.x changed some semi-public APIs; given
second minor release in a row to do so, we're explicitly bracketing our this is the second minor release in a row to do so, we're explicitly
``setup.py`` dependencies to Sphinx >= 1.3 and < 1.7. We expect to bump this bracketing our ``setup.py`` dependencies to Sphinx >= 1.3 and < 1.7. We
up one minor release at a time as we add compatibility back in. expect to bump this up one minor release at a time as we add compatibility
back in.
- :release:`1.4.0 <2017-10-20>` - :release:`1.4.0 <2017-10-20>`
- :support:`-` Drop Python 2.6 and 3.3 support, to correspond with earlier - :support:`-` Drop Python 2.6 and 3.3 support, to correspond with earlier
changes in Sphinx and most other public Python projects. changes in Sphinx and most other public Python projects.