Commit 8e269cd3 authored by Łukasz Nowak's avatar Łukasz Nowak

Release 0.142

parent cbecd39f
Pipeline #32838 failed with stage
in 0 seconds
0.142 (2024-02-15)
==================
* promise/plugin: fix missing expiration date suport in whois check in `check_surykatka_json`
0.141 (2024-02-15) 0.141 (2024-02-15)
================== ==================
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob import glob
import os import os
version = '0.141' version = '0.142'
name = 'slapos.toolbox' name = 'slapos.toolbox'
long_description = open("README.rst").read() + "\n" 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