mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-19 01:14:45 -05:00
Pre-release updates.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Release 1.1 (in development)
|
||||
============================
|
||||
Release 1.1 (Oct 9, 2011)
|
||||
=========================
|
||||
|
||||
Incompatible changes
|
||||
--------------------
|
||||
|
||||
@@ -182,6 +182,7 @@ setup(
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Topic :: Documentation',
|
||||
'Topic :: Text Processing',
|
||||
'Topic :: Utilities',
|
||||
|
||||
+2
-2
@@ -15,8 +15,8 @@
|
||||
import sys
|
||||
from os import path
|
||||
|
||||
__version__ = '1.1pre'
|
||||
__released__ = '1.1 (hg)' # used when Sphinx builds its own docs
|
||||
__version__ = '1.1'
|
||||
__released__ = '1.1' # used when Sphinx builds its own docs
|
||||
|
||||
package_dir = path.abspath(path.dirname(__file__))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user