diff options
-rw-r--r-- | HISTORY.rst | 5 | ||||
-rw-r--r-- | setup.py | 2 |
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) ------------------ @@ -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', |