From a9ec1e1e77c60cb47fe97e7461fe55979c4306db Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Sun, 6 Mar 2016 22:15:16 +0900 Subject: [PATCH] bump version --- CHANGES | 15 ++++++++++++--- sphinx/__init__.py | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 5342476fd..a709f859d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,15 @@ +Release 1.4 beta2 (in development) +================================== + +Incompatible changes +-------------------- + +Bugs fixed +---------- + +Documentation +------------- + 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. * #2319: Fix table counter is overrided by code-block's in LaTeX. Thanks to jfbu. -Documentation -------------- - Release 1.4 alpha1 (released Feb 14, 2016) ========================================== diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 32aab5544..324238955 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -15,7 +15,7 @@ import sys from os import path -__version__ = '1.4b1' +__version__ = '1.4b1+' __released__ = '1.4b1' # used when Sphinx builds its own docs # version info for better programmatic use