From 83b7502e5ad6c8767707da7016b11ac0232649e2 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Fri, 4 May 2012 14:37:13 -0700 Subject: Bumped version from 0.5.2-rc to 0.5.2-rc.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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' -- cgit v1.2.1