mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix version number
This commit is contained in:
parent
0b2b316be3
commit
fa6d6ee5cc
2
CHANGES
2
CHANGES
@ -1,4 +1,4 @@
|
||||
Release 1.7.7 (in development)
|
||||
Release 1.6.8 (in development)
|
||||
==============================
|
||||
|
||||
Dependencies
|
||||
|
@ -34,13 +34,13 @@ if 'PYTHONWARNINGS' not in os.environ:
|
||||
warnings.filterwarnings('ignore', "'U' mode is deprecated",
|
||||
DeprecationWarning, module='docutils.io')
|
||||
|
||||
__version__ = '1.7.7+'
|
||||
__released__ = '1.7.7' # used when Sphinx builds its own docs
|
||||
__version__ = '1.6.8+'
|
||||
__released__ = '1.6.8' # used when Sphinx builds its own docs
|
||||
|
||||
# version info for better programmatic use
|
||||
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'
|
||||
# 'final' has 0 as the last element
|
||||
version_info = (1, 7, 7, 'beta', 0)
|
||||
version_info = (1, 6, 8, 'beta', 0)
|
||||
|
||||
package_dir = path.abspath(path.dirname(__file__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user