mirror of
https://github.com/vale981/releases
synced 2025-03-04 17:21:43 -05:00
Cut 1.4.0
This commit is contained in:
parent
17d1f06065
commit
d4e4b632dd
2 changed files with 2 additions and 1 deletions
|
@ -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 &
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__version_info__ = (1, 3, 2)
|
||||
__version_info__ = (1, 4, 0)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
|
|
Loading…
Add table
Reference in a new issue