summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-04 14:39:46 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-04 14:39:46 -0700
commitf4ca152f335ef53b1469de338e4a2bf99f0bfde5 (patch)
tree0c33881072a9ed4162028f3ac4dd43b03983ec70 /setup.py
parent8bc8baf31ae4869df1ca0ef3b9c8837d0a075d9d (diff)
parent83b7502e5ad6c8767707da7016b11ac0232649e2 (diff)
downloadpystache-f4ca152f335ef53b1469de338e4a2bf99f0bfde5.tar.gz
Merged branch 'hotfix-v0.5.2-rc.1-mixed-lambda-list' to master.
Fixed issue with list section values containing both lambdas and non-lambdas.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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'