summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-04 14:37:13 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-04 14:37:13 -0700
commit83b7502e5ad6c8767707da7016b11ac0232649e2 (patch)
tree0c33881072a9ed4162028f3ac4dd43b03983ec70
parente5b1faab05282cc2f26f452bed8acf7cb6935089 (diff)
downloadpystache-83b7502e5ad6c8767707da7016b11ac0232649e2.tar.gz
Bumped version from 0.5.2-rc to 0.5.2-rc.1.
-rw-r--r--pystache/__init__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pystache/__init__.py b/pystache/__init__.py
index d1fbdb1..7548c5b 100644
--- a/pystache/__init__.py
+++ b/pystache/__init__.py
@@ -10,4 +10,4 @@ from pystache.init import render, Renderer, TemplateSpec
__all__ = ['render', 'Renderer', 'TemplateSpec']
-__version__ = '0.5.2-rc' # Also change in setup.py.
+__version__ = '0.5.2-rc.1' # Also change in setup.py.
diff --git a/setup.py b/setup.py
index fd4b3a1..dfe125f 100644
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ else:
# print("Using: version %s of %s" % (repr(dist.__version__), repr(dist)))
-VERSION = '0.5.2-rc' # Also change in pystache/__init__.py.
+VERSION = '0.5.2-rc.1' # Also change in pystache/__init__.py.
HISTORY_PATH = 'HISTORY.rst'
LICENSE_PATH = 'LICENSE'