Skip to content
Snippets Groups Projects
Commit a0463fec authored by George Kadianakis's avatar George Kadianakis
Browse files

Do the release ritual for pyptlib-0.0.5.

parent 5bccef6c
No related branches found
No related tags found
No related merge requests found
Changes in version 0.0.5 - UNRELEASED
Changes in version 0.0.5 - 2013-09-30
- API change to expose server-side transport options. Fixes #8979.
......
......@@ -5,7 +5,7 @@ import sys
from setuptools import setup, find_packages
setup(name='pyptlib',
version='0.0.4',
version='0.0.5',
description='A python implementation of the Pluggable Transports for Circumvention specification for Tor',
long_description='A python implementation of the Pluggable Transports for Circumvention specification for Tor',
author='asn, Brandon Wiley',
......
......@@ -50,9 +50,9 @@ copyright = u'2012, Brandon Wiley'
# built documents.
#
# The short X.Y version.
version = '0.0.4'
version = '0.0.5'
# The full version, including alpha/beta/rc tags.
release = '0.0.4.UNRELEASED'
release = '0.0.5.UNRELEASED'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment