--- a/docs/HISTORY.txt Fri Nov 09 12:04:04 2018 +0100
+++ b/docs/HISTORY.txt Fri Nov 16 15:35:49 2018 +0100
@@ -1,6 +1,10 @@
History
=======
+0.1.12
+------
+ - check if port is already used before starting scheduler process to avoid zombies processes
+
0.1.11
------
- updated annotations adapters
--- a/src/pyams_scheduler.egg-info/PKG-INFO Fri Nov 09 12:04:04 2018 +0100
+++ b/src/pyams_scheduler.egg-info/PKG-INFO Fri Nov 16 15:35:49 2018 +0100
@@ -1,12 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
Name: pyams-scheduler
-Version: 0.1.11
+Version: 0.1.12
Summary: PyAMS tasks scheduler
Home-page: http://hg.ztfy.org/pyams/pyams_scheduler
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
-Description-Content-Type: UNKNOWN
Description: =======================
pyams_scheduler package
=======================
@@ -62,6 +61,10 @@
History
=======
+ 0.1.12
+ ------
+ - check if port is already used before starting scheduler process to avoid zombies processes
+
0.1.11
------
- updated annotations adapters
@@ -129,3 +132,4 @@
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: test