Updated annotations adapters
authorThierry Florac <thierry.florac@onf.fr>
Mon, 28 May 2018 12:00:32 +0200
changeset 67 c7d8a3a64220
parent 66 c6217374bfea
child 68 0169d052e20d
Updated annotations adapters
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:38:27 2018 +0200
+++ b/buildout.cfg	Mon May 28 12:00:32 2018 +0200
@@ -73,4 +73,4 @@
 eggs = pyams_scheduler [test]
 
 [versions]
-pyams_scheduler = 0.1.10
+pyams_scheduler = 0.1.11
--- a/setup.py	Fri Apr 27 10:38:27 2018 +0200
+++ b/setup.py	Mon May 28 12:00:32 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.10'
+version = '0.1.11'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []