Commit cdd67eed authored by Julien Muchembled's avatar Julien Muchembled

Release 0.34

parent 4c4393b6
......@@ -2,6 +2,16 @@
Changes
=========
0.34 (2017-06-05)
-----------------
* downloadunpacked: make compatible with Python 2.6, now that
slapos.recipe.cmmi uses it, and we still want to bootstrap
SlapOS on old OS.
* downloadunpacked: fix clean up of temporary files
* gitclone: assume unclean on uninstall when git-executable cannot be found.
* Add support for Python 3, at least to bootstrap SlapOS from Python 3.
0.33 (2017-04-07)
-----------------
......
from setuptools import setup, find_packages
version = '0.33'
version = '0.34'
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