Commit 270e1364 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Release 0.31.

parent aa0bf7e0
......@@ -2,6 +2,12 @@
Changes
=========
0.31 (2017-03-08)
-----------------
* downloadunpacked: support .xz and .lz archives.
* downloadunpacked: extract symlinks in a tar archive as symlinks.
0.30 (2017-02-23)
-----------------
......
from setuptools import setup, find_packages
version = '0.30'
version = '0.31'
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