Bump to 2.0.0 beta2

This commit is contained in:
Takeshi KOMIYA 2019-03-21 02:18:06 +09:00
parent 0af3012cb8
commit 987cf555d8
2 changed files with 4 additions and 13 deletions

13
CHANGES
View File

@ -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
---------- ----------

View File

@ -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.
#: #: