Commit 7c2259d3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Release 0.22.

parent 4ba4dda9
......@@ -2,6 +2,11 @@
Changes
=========
0.22 (2015-10-19)
-----------------
* Support zc.buildout 2.
0.21 (2015-04-10)
-----------------
* Restore support for build scripts
......@@ -24,13 +29,13 @@
* 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)
----------------
0.17 (2015-02-02)
-----------------
* gitclone: keep local changes when there is an error during update
0.16 (2015-12-01)
----------------
0.16 (2015-01-12)
-----------------
* gitclone: fix option name for git-executable
......
from setuptools import setup, find_packages
version = '0.21'
version = '0.22'
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