Release 0.13.

parent 48397787
Changes
=======
* gitclone: do not delete the working copy if develop is set
* gitclone: do not delete the working copy if develop is set.
* gitclone: revision has priority over branch.
* gitclone: empty parameter equals no parameter.
0.12 (2013-09-05)
-----------------
......
from setuptools import setup, find_packages
version = '0.12.1-dev'
version = '0.13'
name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").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