Cut 1.4.0

This commit is contained in:
Jeff Forcier 2017-10-20 08:23:38 -07:00
parent 17d1f06065
commit d4e4b632dd
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
Changelog
=========
* :release:`1.4.0 <2017-10-20>`
* :support:`-` Drop Python 2.6 and 3.3 support, to correspond with earlier
changes in Sphinx and most other public Python projects.
* :bug:`- major` Identified a handful of issues with our Sphinx pin &

View file

@ -1,2 +1,2 @@
__version_info__ = (1, 3, 2)
__version_info__ = (1, 4, 0)
__version__ = '.'.join(map(str, __version_info__))