Commit 7df6541f authored by Rafael Monnerat's avatar Rafael Monnerat

Release 0.97

parent 5a61f575
Pipeline #6662 failed with stage
in 0 seconds
0.97 (2019-11-14)
=================
* resiliencytest: Fixes for the test
* equeue: use BytesIO instead of StringiO as buffer
* promise: Add more information on error
* promise: Support threshold-days in check_free_disk_space
* promise: Support simple threshold in check_free_disk_space
0.96 (2019-09-27)
=================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.96'
version = '0.97'
name = 'slapos.toolbox'
long_description = open("README.rst").read() + "\n"
......
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