Release 0.13.4.

parent a648ca4c
Changes Changes
======= =======
0.13.4 (2013-05-13)
-------------------
* Define timeouts for every connection we initiate. May allow not to hang
forever in a hostile environment when connection to networkcache server
can stall / be reset.
0.13.3 (2012-12-11) 0.13.3 (2012-12-11)
------------------- -------------------
......
...@@ -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.4-dev' version = '0.13.4'
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