Release 0.11.4 (dependencies)

parent 2000d204
Changes
=======
0.11.3 (Unreleased)
0.11.4 (2012-09-11)
-------------------
* No change yet.
* libnetworkcache is added back as a dependency. gitclone has no sense without
it in SlapOS context. [Cedric de Saint Martin]
0.11.3 (2012-09-10)
-------------------
* Removed explicit dependency of slapos.libnetworkcache. If not present, it
will gracefully degrade. [Cedric de Saint Martin]
0.11.2 (2012-09-05)
-------------------
......
from setuptools import setup, find_packages
version = '0.11.4-dev'
version = '0.11.4'
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