Commit ebdf4db8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Release 0.32.

parent d85db4b9
......@@ -2,6 +2,11 @@
Changes
=========
0.32 (2017-03-08)
-----------------
* downloadunpacked: fix an issue in extracting hard links.
0.31 (2017-03-08)
-----------------
......
from setuptools import setup, find_packages
version = '0.31'
version = '0.32'
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