Commit 3f508c11 authored by Łukasz Nowak's avatar Łukasz Nowak

Release 0.93

parent 76e8a196
0.93 (2019-06-13)
=================
* promise.plugin: enhance and improve check_url_available
* monitor: catch timeout rise by ssl.SSLError
0.92 (2019-04-10)
=================
* runner: more robust exporter script (don't check excluded files, support broken symlinks)
* runner: give more information when exporter script fails
* monitor: escape title in OPML
0.91 (2019-03-28) 0.91 (2019-03-28)
================= =================
......
...@@ -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.91' version = '0.93'
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