Commit 6a6d5051 authored by Cédric de Saint Martin's avatar Cédric de Saint Martin

Release 0.11.3

parent 0877f72d
......@@ -4,7 +4,8 @@ Changes
0.11.3 (Unreleased)
-------------------
* No change yet.
* 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.3-dev'
version = '0.11.3'
name = 'slapos.recipe.build'
long_description = open("README.rst").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
......@@ -24,7 +24,6 @@ setup(name=name,
install_requires=[
'setuptools', # namespaces
'zc.buildout', # plays with buildout
'slapos.libnetworkcache>=0.13.1', # Uses helper new in this version
],
extras_require={
'test' : ['zope.testing'],
......
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