mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
bump version
This commit is contained in:
parent
dc32f6f4a4
commit
a9ec1e1e77
15
CHANGES
15
CHANGES
@ -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)
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user