Commit d20a99e3 authored by Julien Muchembled's avatar Julien Muchembled

Release 0.17

parent b6989acf
Changes Changes
======= =======
0.17 (2019-06-07)
-----------------
* Fix checksum verification of downloaded data when `.read()` is used.
0.16 (2018-06-15) 0.16 (2018-06-15)
----------------- -----------------
......
...@@ -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.16' version = '0.17'
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