From b8a3d0c6cea62874bac2414db2c06856293d8877 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sun, 6 May 2012 13:29:56 -0700 Subject: Bump version to 0.5.2 prior to push to PyPI. --- pystache/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pystache') diff --git a/pystache/__init__.py b/pystache/__init__.py index 7548c5b..b07eb65 100644 --- a/pystache/__init__.py +++ b/pystache/__init__.py @@ -10,4 +10,4 @@ from pystache.init import render, Renderer, TemplateSpec __all__ = ['render', 'Renderer', 'TemplateSpec'] -__version__ = '0.5.2-rc.1' # Also change in setup.py. +__version__ = '0.5.2' # Also change in setup.py. -- cgit v1.2.1