Bump version

This commit is contained in:
shimizukawa 2016-02-14 22:42:59 +09:00
parent 8c018d31aa
commit da85b47e93
2 changed files with 16 additions and 1 deletions

15
CHANGES
View File

@ -1,3 +1,18 @@
Release 1.4 alpha2 (in development)
===================================
Incompatible changes
--------------------
Features added
--------------
Bugs fixed
----------
Documentation
-------------
Release 1.4 alpha1 (released Feb 14, 2016) Release 1.4 alpha1 (released Feb 14, 2016)
========================================== ==========================================

View File

@ -15,7 +15,7 @@
import sys import sys
from os import path from os import path
__version__ = '1.4a1' __version__ = '1.4a1+'
__released__ = '1.4a1' # used when Sphinx builds its own docs __released__ = '1.4a1' # used when Sphinx builds its own docs
# version info for better programmatic use # version info for better programmatic use