Cut 1.5.1

This commit is contained in:
Jeff Forcier 2018-07-02 12:21:01 -07:00
parent 8fee5bd3b6
commit 1b7404854d
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
Changelog
=========
- :release:`1.5.1 <2018-07-02>`
- :support:`73 backported` (via :issue:`77`) Add support for Sphinx 1.7.x
(while retaining support for previous versions of Sphinx). Thanks to Miro
Hrončok for the patch.

View file

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