We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ca152 commit b8a3d0cCopy full SHA for b8a3d0c
pystache/__init__.py
@@ -10,4 +10,4 @@
10
11
__all__ = ['render', 'Renderer', 'TemplateSpec']
12
13
-__version__ = '0.5.2-rc.1' # Also change in setup.py.
+__version__ = '0.5.2' # Also change in setup.py.
setup.py
@@ -72,7 +72,7 @@
72
# print("Using: version %s of %s" % (repr(dist.__version__), repr(dist)))
73
74
75
-VERSION = '0.5.2-rc.1' # Also change in pystache/__init__.py.
+VERSION = '0.5.2' # Also change in pystache/__init__.py.
76
77
HISTORY_PATH = 'HISTORY.rst'
78
LICENSE_PATH = 'LICENSE'
0 commit comments