Commit d7e3c6af authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Release 0.23.

parent d88563fa
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
Changes Changes
========= =========
0.23 (2015-10-22)
-----------------
* gitclone: We don't have to fetch, if revision is already present in local git repository
0.22 (2015-10-19) 0.22 (2015-10-19)
----------------- -----------------
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.22' version = '0.23'
name = 'slapos.recipe.build' name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \ long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").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