mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump to 1.7.0 beta2
This commit is contained in:
parent
e0daaf3975
commit
7b0d658fe9
13
CHANGES
13
CHANGES
@ -1,17 +1,11 @@
|
||||
Release 1.7.0 beta2 (in development)
|
||||
====================================
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
Release 1.7.0 beta2 (released Jan 31, 2018)
|
||||
===========================================
|
||||
|
||||
Incompatible changes
|
||||
--------------------
|
||||
|
||||
* #4467: html theme: Rename ``csss`` block to ``css``
|
||||
|
||||
Deprecated
|
||||
----------
|
||||
|
||||
Features added
|
||||
--------------
|
||||
|
||||
@ -35,9 +29,6 @@ Bugs fixed
|
||||
* #4230: slowdown in writing pages with sphinx 1.6
|
||||
* #4522: epub: document is not rebuilt even if config changed
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
Release 1.7.0 beta1 (released Jan 15, 2018)
|
||||
===========================================
|
||||
|
||||
|
@ -31,8 +31,8 @@ if 'PYTHONWARNINGS' not in os.environ:
|
||||
warnings.filterwarnings('ignore', "'U' mode is deprecated",
|
||||
DeprecationWarning, module='docutils.io')
|
||||
|
||||
__version__ = '1.7.0+'
|
||||
__released__ = '1.7.0' # used when Sphinx builds its own docs
|
||||
__version__ = '1.7.0b2'
|
||||
__released__ = '1.7.0b2' # used when Sphinx builds its own docs
|
||||
|
||||
# version info for better programmatic use
|
||||
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'
|
||||
|
Loading…
Reference in New Issue
Block a user