Release 0.10.1

parent c6787ee5
Changes
=======
0.10-dev (Unreleased)
---------------------
* No change yet.
0.10.1 (2012-08-02)
-------------------
* Minor fix in ReST documentation formatting. [Cedric de Saint Martin]
0.10 (2012-07-02)
----------------
-----------------
* Add ``format = yes|no`` option. [Antoine Catton]
0.9 (2012-06-07)
......@@ -21,7 +21,7 @@ Changes
* Add npm and cpan entry points [Cedric de Saint Martin]
0.7 (2011-11-8)
----------------
---------------
* Generic: Remove directory when needed, and only if it is wanted.
[Cedric de Saint Martin]
......
from setuptools import setup, find_packages
version = '0.10-dev'
version = '0.10.1'
name = 'slapos.recipe.build'
long_description = open("README.txt").read() + "\n" + \
long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
# extras_requires are not used because of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment