Commit 2091b974 authored by Łukasz Nowak's avatar Łukasz Nowak

Prepare 0.2 release.

parent 1967c531
Changes Changes
======= =======
0.2 (unreleased) 0.2 (2011-07-01)
---------------- ----------------
* Incompatible change: NetworkcacheClient.download returns opened temporary * Incompatible change: NetworkcacheClient.download returns opened temporary
......
...@@ -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.2-dev' version = '0.2'
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