Release 0.13.3

parent 1216b465
Changes Changes
======= =======
0.13.2 (Unreleased) 0.13.3 (2012-12-11)
------------------- -------------------
* No change yet. * Don't use logger.debug() but logger.info() in helpers so that it doesn't.
silent an error. [Cedric de Saint Martin]
0.13.3 (2012-09-04) 0.13.2 (2012-09-04)
------------------- -------------------
* Fix regression where multiple certificates caused most of them to be * Fix regression where multiple certificates caused most of them to be
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import os import os
name = "slapos.libnetworkcache" name = "slapos.libnetworkcache"
version = '0.13.3-dev' version = '0.13.3'
def read(*rnames): def read(*rnames):
......
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