Release 0.10.1

parent c6787ee5
Changes Changes
======= =======
0.10-dev (Unreleased) 0.10.1 (2012-08-02)
--------------------- -------------------
* No change yet. * Minor fix in ReST documentation formatting. [Cedric de Saint Martin]
0.10 (2012-07-02) 0.10 (2012-07-02)
---------------- -----------------
* Add ``format = yes|no`` option. [Antoine Catton] * Add ``format = yes|no`` option. [Antoine Catton]
0.9 (2012-06-07) 0.9 (2012-06-07)
...@@ -21,7 +21,7 @@ Changes ...@@ -21,7 +21,7 @@ Changes
* Add npm and cpan entry points [Cedric de Saint Martin] * Add npm and cpan entry points [Cedric de Saint Martin]
0.7 (2011-11-8) 0.7 (2011-11-8)
---------------- ---------------
* Generic: Remove directory when needed, and only if it is wanted. * Generic: Remove directory when needed, and only if it is wanted.
[Cedric de Saint Martin] [Cedric de Saint Martin]
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.10-dev' version = '0.10.1'
name = 'slapos.recipe.build' name = 'slapos.recipe.build'
long_description = open("README.txt").read() + "\n" + \ long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").read() + "\n" open("CHANGES.txt").read() + "\n"
# extras_requires are not used because of # 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