Commit c79a194b authored by Julien Muchembled's avatar Julien Muchembled

Release 0.24

parent 13cf22c6
Pipeline #2673 skipped
......@@ -2,6 +2,17 @@
Changes
=========
0.24 (2016-10-10)
-----------------
Improvements to default recipe:
* Remove `location` if `script` fails.
* If `location` already exists at install, warn instead of failing.
* `location` can be a file. Similarly, the use of `self.cleanup_dir_list` &
`self.cleanup_file_list` in `script` is deprecated in favor of
`self.cleanup_list`.
0.23 (2015-10-22)
-----------------
......
from setuptools import setup, find_packages
version = '0.23'
version = '0.24'
name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \
open("CHANGELOG.rst").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