From 5fd5cfd9d477f1f7b6c4b4d8716c15c8d8e0c9cd Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sat, 20 Oct 2012 15:50:30 -0700 Subject: Bump version to 0.5.3-rc prior to merge to master. --- pystache/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pystache/__init__.py b/pystache/__init__.py index defab52..59dac98 100644 --- a/pystache/__init__.py +++ b/pystache/__init__.py @@ -10,4 +10,4 @@ from pystache.init import parse, render, Renderer, TemplateSpec __all__ = ['parse', 'render', 'Renderer', 'TemplateSpec'] -__version__ = '0.5.3-alpha' # Also change in setup.py. +__version__ = '0.5.3-rc' # Also change in setup.py. diff --git a/setup.py b/setup.py index 8e334d1..54780e0 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ else: setup = dist.setup -VERSION = '0.5.3-alpha' # Also change in pystache/__init__.py. +VERSION = '0.5.3-rc' # Also change in pystache/__init__.py. FILE_ENCODING = 'utf-8' -- cgit v1.2.1