Update for 1.0.

This commit is contained in:
Georg Brandl 2010-07-23 12:42:03 +01:00
parent 0ed7290b23
commit 94b14dc39b
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 1.0 (in development)
============================
Release 1.0 (Jul 23, 2010)
==========================
Incompatible changes
--------------------

View File

@ -178,6 +178,7 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Topic :: Documentation',
'Topic :: Text Processing',
'Topic :: Utilities',

View File

@ -12,8 +12,8 @@
import sys
from os import path
__version__ = '1.0b2+'
__released__ = '1.0b2' # used when Sphinx builds its own docs
__version__ = '1.0'
__released__ = '1.0' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))