summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 15:41:59 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 15:41:59 -0700
commit661a959bf3ecf9c6592d3047089c2b44cf1042e3 (patch)
tree3009bbea080914ee2bf20c4c17d13722b1af56fc
parent8dc8e41f7aa1bd78875f1e19b7741075ed5f4be0 (diff)
downloadpystache-661a959bf3ecf9c6592d3047089c2b44cf1042e3.tar.gz
Update the release date.
-rw-r--r--HISTORY.md4
-rw-r--r--setup.py2
-rw-r--r--setup_description.rst4
3 files changed, 5 insertions, 5 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 9828dac..bcf5d7f 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -3,8 +3,8 @@ History
**Note:** Official support for Python 2.4 will end with Pystache version 0.6.0.
-0.5.3 (TBD)
------------
+0.5.3 (2012-11-03)
+------------------
- Added ability to customize string coercion (e.g. to have None render as
`''`) (issue \#130).
diff --git a/setup.py b/setup.py
index 5eb5594..7eda3d0 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ to release a new version of Pystache.
(1) Prepare the release.
Make sure the code is finalized and merged to master. Bump the version
-number in setup.py, etc.
+number in setup.py, update the release date in the HISTORY file, etc.
Generate the reStructuredText long_description using--
diff --git a/setup_description.rst b/setup_description.rst
index db1494e..6001c6b 100644
--- a/setup_description.rst
+++ b/setup_description.rst
@@ -320,8 +320,8 @@ History
**Note:** Official support for Python 2.4 will end with Pystache version
0.6.0.
-0.5.3 (TBD)
------------
+0.5.3 (2012-11-03)
+------------------
- Added ability to customize string coercion (e.g. to have None render
as ``''``) (issue #130).