mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump to 2.0.0 beta2
This commit is contained in:
parent
0af3012cb8
commit
987cf555d8
13
CHANGES
13
CHANGES
@ -1,20 +1,11 @@
|
|||||||
Release 2.0.0 beta2 (in development)
|
Release 2.0.0 beta2 (released Mar 21, 2019)
|
||||||
====================================
|
===========================================
|
||||||
|
|
||||||
Dependencies
|
|
||||||
------------
|
|
||||||
|
|
||||||
Incompatible changes
|
Incompatible changes
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
* texinfo: image files are copied into ``name-figure`` directory
|
* texinfo: image files are copied into ``name-figure`` directory
|
||||||
|
|
||||||
Deprecated
|
|
||||||
----------
|
|
||||||
|
|
||||||
Features added
|
|
||||||
--------------
|
|
||||||
|
|
||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
@ -32,8 +32,8 @@ if 'PYTHONWARNINGS' not in os.environ:
|
|||||||
warnings.filterwarnings('ignore', "'U' mode is deprecated",
|
warnings.filterwarnings('ignore', "'U' mode is deprecated",
|
||||||
DeprecationWarning, module='docutils.io')
|
DeprecationWarning, module='docutils.io')
|
||||||
|
|
||||||
__version__ = '2.0.0+'
|
__version__ = '2.0.0b2'
|
||||||
__released__ = '2.0.0' # used when Sphinx builds its own docs
|
__released__ = '2.0.0b2' # 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