Commit eeed319f authored by Alain Takoudjou's avatar Alain Takoudjou

Release 0.87

parent 69bd6500
0.87 (2019-02-28)
=================
* promise check_port_listening: port parameter should be int or str, unicode is not accepted
* monitor.runpromise: exit with non zero code if a promise has failed
0.86 (2019-02-06)
=================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.86'
version = '0.87'
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