Commit a4412af1 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.40

parent 8c35b2a4
...@@ -2,7 +2,12 @@ ...@@ -2,7 +2,12 @@
Changes Changes
========= =========
0.38 (2018-10-26) 0.40 (2018-10-29)
-----------------
* shared: fix signature test under Python 3.
0.39 (2018-10-26)
----------------- -----------------
* More Py3 fixes. * More Py3 fixes.
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.39' version = '0.40'
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