summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--setup.py1
-rw-r--r--sphinx/__init__.py4
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index d14138168..9374d4385 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 1.1 (in development)
-============================
+Release 1.1 (Oct 9, 2011)
+=========================
Incompatible changes
--------------------
diff --git a/setup.py b/setup.py
index 87734687c..ca41aa431 100644
--- a/setup.py
+++ b/setup.py
@@ -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',
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 468b3406a..f1ddb7535 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -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__))