Commit 92b40e7b authored by Julien Muchembled's avatar Julien Muchembled

Release version 0.24

parent 765d4737
Pipeline #20525 running with stage
Changes
=======
0.24 (2022-03-30)
-----------------
* Fix upload on Python 3 when pyOpenSSL is not available.
* download,upload: fix --url help.
* generate-signature-key: get output path from command line
rather than configuration file.
0.23 (2022-03-28)
-----------------
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import os
name = "slapos.libnetworkcache"
version = '0.23'
version = '0.24'
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