Pre-release updates.

This commit is contained in:
Georg Brandl
2011-10-09 23:25:40 +02:00
parent d3c885d43c
commit de117ea974
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
Release 1.1 (in development)
============================
Release 1.1 (Oct 9, 2011)
=========================
Incompatible changes
--------------------
+1
View File
@@ -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
View File
@@ -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__))