Commit 83b7502e by Chris Jerdonek

Bumped version from 0.5.2-rc to 0.5.2-rc.1.

parent e5b1faab
...@@ -10,4 +10,4 @@ from pystache.init import render, Renderer, TemplateSpec ...@@ -10,4 +10,4 @@ from pystache.init import render, Renderer, TemplateSpec
__all__ = ['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.
...@@ -72,7 +72,7 @@ else: ...@@ -72,7 +72,7 @@ else:
# print("Using: version %s of %s" % (repr(dist.__version__), repr(dist))) # 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' HISTORY_PATH = 'HISTORY.rst'
LICENSE_PATH = 'LICENSE' LICENSE_PATH = 'LICENSE'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment