summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-02-12 10:47:44 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-02-12 10:47:44 -0500
commit3dffd6287acc50fa8dfeba01e536f9ac2c5dcb3c (patch)
tree3e80c9b83f583be52d714f439579db39335db652
parent1c2b84585c5ff788b0e4974bc39d7cfe6fd0b120 (diff)
downloadpyopenssl-3dffd6287acc50fa8dfeba01e536f9ac2c5dcb3c.tar.gz
Bump to 0.14a40.14a4
-rw-r--r--OpenSSL/version.py2
-rw-r--r--doc/conf.py4
-rwxr-xr-xsetup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/OpenSSL/version.py b/OpenSSL/version.py
index bc8889f..502ee94 100644
--- a/OpenSSL/version.py
+++ b/OpenSSL/version.py
@@ -6,4 +6,4 @@
pyOpenSSL - A simple wrapper around the OpenSSL library
"""
-__version__ = '0.14a3'
+__version__ = '0.14a4'
diff --git a/doc/conf.py b/doc/conf.py
index 5aba375..d22163e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,9 +51,9 @@ copyright = u'2011, Jean-Paul Calderone'
# built documents.
#
# The short X.Y version.
-version = '0.14a3'
+version = '0.14a4'
# The full version, including alpha/beta/rc tags.
-release = '0.14a3'
+release = '0.14a4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index adcca4f..fc0202d 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ Installation script for the OpenSSL module
from setuptools import setup
# XXX Deduplicate this
-__version__ = '0.14a3'
+__version__ = '0.14a4'
setup(name='pyOpenSSL', version=__version__,
packages = ['OpenSSL'],