Bump version

This commit is contained in:
shimizukawa
2016-12-06 10:58:41 +09:00
parent 9f3a95e1da
commit 4311bb079a
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
Release 1.5.1 (in development)
==============================
Bugs fixed
----------
Release 1.5 (released Dec 5, 2016)
==================================

View File

@@ -30,13 +30,13 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
__version__ = '1.5'
__version__ = '1.5+'
__released__ = '1.5' # used when Sphinx builds its own docs
# version info for better programmatic use
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'
# 'final' has 0 as the last element
version_info = (1, 5, 0, 'final', 0)
version_info = (1, 5, 1, 'beta', 1)
package_dir = path.abspath(path.dirname(__file__))