summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2010-05-07 12:45:31 +0300
committerChris Wanstrath <chris@ozmm.org>2010-05-07 12:45:31 +0300
commit729e2fef055a0e28c5546b8f8ac759a28c2929c9 (patch)
tree96f2fda54f7ecf2b2c641b616fd27dd7f4ad87e9
parent0104a2074ea071a29153d2646f6c1f7db4b82b36 (diff)
downloadpystache-729e2fef055a0e28c5546b8f8ac759a28c2929c9.tar.gz
v0.3.1v0.3.1
-rw-r--r--HISTORY.rst5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index e69279e..7b6a1ab 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,11 @@
History
=======
+0.3.1 (2010-05-07)
+------------------
+
+* Fix package
+
0.3.0 (2010-05-03)
------------------
diff --git a/setup.py b/setup.py
index db0514e..20fbeca 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ if sys.argv[-1] == "publish":
sys.exit()
setup(name='pystache',
- version='0.3.0',
+ version='0.3.1',
description='Mustache for Python',
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
author='Chris Wanstrath',