aboutsummaryrefslogtreecommitdiffstats
path: root/uritemplate
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2013-07-28 21:01:03 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2013-07-28 21:01:03 -0500
commit7102baf9c73490f680f5d99fac56788f0a8671e0 (patch)
tree4d17b86e1f543da9268a82bf7af0c6c3d6e9a5d2 /uritemplate
parent2f22946df5cf292d517f238ad43db01340ae9be0 (diff)
downloadplatform_external_python_uritemplates-7102baf9c73490f680f5d99fac56788f0a8671e0.tar.gz
platform_external_python_uritemplates-7102baf9c73490f680f5d99fac56788f0a8671e0.tar.bz2
platform_external_python_uritemplates-7102baf9c73490f680f5d99fac56788f0a8671e0.zip
Revert "Release 0.2.1"
This reverts commit f80ff0db85c5ec8d930be2d907d8b2d79361cf10. No need to have release history if there's no release.
Diffstat (limited to 'uritemplate')
-rw-r--r--uritemplate/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uritemplate/__init__.py b/uritemplate/__init__.py
index fd0849f..0e3ae5a 100644
--- a/uritemplate/__init__.py
+++ b/uritemplate/__init__.py
@@ -16,7 +16,7 @@ __title__ = 'uritemplate'
__author__ = 'Ian Cordasco'
__license__ = 'Modified BSD'
__copyright__ = 'Copyright 2013 Ian Cordasco'
-__version__ = '0.2.1'
+__version__ = '0.2.0'
__version_info__ = tuple(int(i) for i in __version__.split('.'))
from uritemplate.api import URITemplate, expand