mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update for 1.0.
This commit is contained in:
parent
0ed7290b23
commit
94b14dc39b
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
|||||||
Release 1.0 (in development)
|
Release 1.0 (Jul 23, 2010)
|
||||||
============================
|
==========================
|
||||||
|
|
||||||
Incompatible changes
|
Incompatible changes
|
||||||
--------------------
|
--------------------
|
||||||
|
1
setup.py
1
setup.py
@ -178,6 +178,7 @@ setup(
|
|||||||
'License :: OSI Approved :: BSD License',
|
'License :: OSI Approved :: BSD License',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
|
'Programming Language :: Python :: 2',
|
||||||
'Topic :: Documentation',
|
'Topic :: Documentation',
|
||||||
'Topic :: Text Processing',
|
'Topic :: Text Processing',
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
import sys
|
import sys
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
__version__ = '1.0b2+'
|
__version__ = '1.0'
|
||||||
__released__ = '1.0b2' # used when Sphinx builds its own docs
|
__released__ = '1.0' # used when Sphinx builds its own docs
|
||||||
|
|
||||||
package_dir = path.abspath(path.dirname(__file__))
|
package_dir = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user