mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
bump version
This commit is contained in:
@@ -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)
|
||||
==========================================
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user