Commit 2a079ea3 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Release version 0.21

parent bc5c0754
Pipeline #17566 running with stage
in 0 seconds
Changes Changes
======= =======
0.21 (2021-09-28)
-----------------
* Support python3.9 (remove usage of deprecated functions)
0.20 (2019-12-03) 0.20 (2019-12-03)
----------------- -----------------
......
...@@ -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.20' version = '0.21'
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