mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump to 1.6b2
This commit is contained in:
parent
0960c7d857
commit
0f25c18ce9
@ -34,8 +34,8 @@ if 'PYTHONWARNINGS' not in os.environ:
|
||||
warnings.filterwarnings('ignore', "'U' mode is deprecated",
|
||||
DeprecationWarning, module='docutils.io')
|
||||
|
||||
__version__ = '1.6+'
|
||||
__released__ = '1.6' # used when Sphinx builds its own docs
|
||||
__version__ = '1.6b2'
|
||||
__released__ = '1.6b2' # 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