Commit b49eb6f7 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Release 0.147

parent ee2afd05
0.147 (2025-02-28)
==================
* check_free_disk_space: adapt promise to statsmodels version 0.14.4
* test_check_url_available: support for python3.12
* loganalyze: Tool to analyse instance logs
* check_slow_queries_digest_result: fix encoding on file opening
* resiliencytest: double the size of log outputted in the test result
* resiliencytest: fix seek in python3
0.146 (2024-12-18)
==================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.146'
version = '0.147'
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