Release 0.11.1

parent 5de2fb4b
Changes
=======
0.11.1 (Unreleased)
0.11.1 (2012-09-05)
-------------------
* No change yet.
* Add forbid-download-cache parameter, forbidding to fetch git from cache.
[Cedric de Saint Martin]
* Sanitize instance attributes. [Cedric de Saint Martin]
0.11 (2012-09-04)
-----------------
......
from setuptools import setup, find_packages
version = '0.11.1-dev'
version = '0.11.1'
name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
......
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