summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OpenSSL/version.py2
-rw-r--r--doc/pyOpenSSL.tex2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenSSL/version.py b/OpenSSL/version.py
index da2ff34..d8abe10 100644
--- a/OpenSSL/version.py
+++ b/OpenSSL/version.py
@@ -5,4 +5,4 @@
pyOpenSSL - A simple wrapper around the OpenSSL library
"""
-__version__ = '0.11a2'
+__version__ = '0.11'
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex
index 72aac99..294008c 100644
--- a/doc/pyOpenSSL.tex
+++ b/doc/pyOpenSSL.tex
@@ -2,7 +2,7 @@
\title{Python OpenSSL Manual}
-\release{0.11a2}
+\release{0.11}
\author{Jean-Paul Calderone}
\authoraddress{\email{exarkun@twistedmatrix.com}}
diff --git a/setup.py b/setup.py
index 85c1721..1a74e6e 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ from distutils.errors import DistutilsFileError
from distutils.command.build_ext import build_ext
# XXX Deduplicate this
-__version__ = '0.11a2'
+__version__ = '0.11'
crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c',
'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',