Skip to content

Commit

Permalink
Merge pull request #220 from hynek/release-15
Browse files Browse the repository at this point in the history
Release 0.15
  • Loading branch information
reaperhulk committed Apr 14, 2015
2 parents a28a0fb + 76ecf94 commit 468bd42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OpenSSL/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
pyOpenSSL - A simple wrapper around the OpenSSL library
"""

__version__ = '0.14'
__version__ = '0.15'
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.14'
version = '0.15'
# The full version, including alpha/beta/rc tags.
release = '0.14'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (C) Jean-Paul Calderone 2008-2014, All rights reserved
# Copyright (C) Jean-Paul Calderone 2008-2015, All rights reserved
#

"""
Expand All @@ -10,8 +10,9 @@

from setuptools import setup


# XXX Deduplicate this
__version__ = '0.14'
__version__ = '0.15'

setup(name='pyOpenSSL', version=__version__,
packages = ['OpenSSL'],
Expand Down

0 comments on commit 468bd42

Please sign in to comment.