Skip to content

Commit b8a3d0c

Browse files
committed
Bump version to 0.5.2 prior to push to PyPI.
1 parent f4ca152 commit b8a3d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pystache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
__all__ = ['render', 'Renderer', 'TemplateSpec']
1212

13-
__version__ = '0.5.2-rc.1' # Also change in setup.py.
13+
__version__ = '0.5.2' # Also change in setup.py.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# print("Using: version %s of %s" % (repr(dist.__version__), repr(dist)))
7373

7474

75-
VERSION = '0.5.2-rc.1' # Also change in pystache/__init__.py.
75+
VERSION = '0.5.2' # Also change in pystache/__init__.py.
7676

7777
HISTORY_PATH = 'HISTORY.rst'
7878
LICENSE_PATH = 'LICENSE'

0 commit comments

Comments
 (0)