Release 0.12

parent 1396c4a4
Changes Changes
======= =======
0.12 (Unreleased) 0.12 (2013-09-05)
----------------- -----------------
* gitclone: Do not upload to cache by default. 'use-cache' option replaces * gitclone: Do not upload to cache by default. 'use-cache' option replaces
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
version = '0.12-dev' version = '0.12'
name = 'slapos.recipe.build' name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \ long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").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