summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-25 23:11:10 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-25 23:11:10 -0700
commit4007fa33c6078d890f34b15e9b1a0afd9e2ae072 (patch)
tree3111ed1094f67472a3fb2620aa2f9a6dd9621e85 /setup.py
parent39a0d59144fb53f623054730d6e0c13136b9a7f1 (diff)
parentcc262abf19cd90e34390d5ddb5db30d6f04620fa (diff)
downloadpystache-4007fa33c6078d890f34b15e9b1a0afd9e2ae072.tar.gz
Merge branch 'master' into 'development': changes for v0.5.1 prep.
Conflicts: HISTORY.rst
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dccd153..fe7026c 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ else:
# print("Using: version %s of %s" % (repr(dist.__version__), repr(dist)))
-VERSION = '0.5.1-rc' # Also change in pystache/__init__.py.
+VERSION = '0.5.1' # Also change in pystache/__init__.py.
HISTORY_PATH = 'HISTORY.rst'
LICENSE_PATH = 'LICENSE'