Updated annotations adapters
authorThierry Florac <thierry.florac@onf.fr>
Mon, 28 May 2018 11:27:14 +0200
changeset 89 1255acff2eb9
parent 88 29138847bd71
child 90 8f71dece6170
Updated annotations adapters
buildout.cfg
setup.py
--- a/buildout.cfg	Fri Apr 27 10:31:17 2018 +0200
+++ b/buildout.cfg	Mon May 28 11:27:14 2018 +0200
@@ -74,4 +74,4 @@
 eggs = pyams_media [test]
 
 [versions]
-pyams_media = 0.1.12
+pyams_media = 0.1.13
--- a/setup.py	Fri Apr 27 10:31:17 2018 +0200
+++ b/setup.py	Mon May 28 11:27:14 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.12'
+version = '0.1.13'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []