Commit 775be2cf authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Release 0.92

parent 91bf2ff6
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)
=================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.91'
version = '0.92'
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