Commit 22fdfa7f authored by Julien Muchembled's avatar Julien Muchembled

Release 0.35

parent f458eb8b
......@@ -2,6 +2,12 @@
Changes
=========
0.35 (2017-06-21)
-----------------
* download: fix default permission of installed files.
* download: do nothing on update if we're sure that the source hasn't changed.
0.34 (2017-06-05)
-----------------
......
from setuptools import setup, find_packages
version = '0.34'
version = '0.35'
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