Release 0.18.

parent 9bd1e7e7
......@@ -2,6 +2,14 @@
Changes
=========
0.18 (2015-02-05)
-----------------
* gitclone: don't do anything at update() if develop=true.
* gitclone: develop is false by default.
* gitclone: don't raise when uninstall if location does not exist.
* gitclone: when update(), if repository has local changes, don't do anything but warn user.
0.17 (2015-12-02)
----------------
......
from setuptools import setup, find_packages
version = '0.17'
version = '0.18'
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