bump version

This commit is contained in:
shimizukawa 2016-03-06 22:15:16 +09:00
parent dc32f6f4a4
commit a9ec1e1e77
2 changed files with 13 additions and 4 deletions

15
CHANGES
View File

@ -1,3 +1,15 @@
Release 1.4 beta2 (in development)
==================================
Incompatible changes
--------------------
Bugs fixed
----------
Documentation
-------------
Release 1.4 beta1 (released Mar 6, 2016) Release 1.4 beta1 (released Mar 6, 2016)
======================================== ========================================
@ -45,9 +57,6 @@ Bugs fixed
* #2262: literal_block and its caption has been separated by pagebreak in LaTeX output. * #2262: literal_block and its caption has been separated by pagebreak in LaTeX output.
* #2319: Fix table counter is overrided by code-block's in LaTeX. Thanks to jfbu. * #2319: Fix table counter is overrided by code-block's in LaTeX. Thanks to jfbu.
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.4b1' __version__ = '1.4b1+'
__released__ = '1.4b1' # used when Sphinx builds its own docs __released__ = '1.4b1' # used when Sphinx builds its own docs
# version info for better programmatic use # version info for better programmatic use