Commit 3e4cd352 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.25

parent 1ba5377b
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
Changes Changes
========= =========
0.25 (2016-10-23)
-----------------
* gitclone: new 'sparse-checkout' option.
* New vm.* recipes to build VM images and execute commands inside them.
0.24 (2016-10-10) 0.24 (2016-10-10)
----------------- -----------------
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.24' version = '0.25'
name = 'slapos.recipe.build' name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \ long_description = open("README.rst").read() + "\n" + \
open("CHANGELOG.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