Version 0.1.16 0.1.16
authorThierry Florac <tflorac@ulthar.net>
Fri, 18 Jan 2019 15:41:30 +0100
changeset 109 a8018fc16f75
parent 108 06272e2e8bb5
child 110 40ad5d278b93
Version 0.1.16
.installed.cfg
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_thesaurus.egg-info/PKG-INFO
--- a/.installed.cfg	Thu Jan 17 10:01:34 2019 +0100
+++ b/.installed.cfg	Fri Jan 18 15:41:30 2019 +0100
@@ -105,3 +105,30 @@
 location = /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/parts/test
 recipe = zc.recipe.testrunner
 script = /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/bin/test
+
+[buildout]
+installed_develop_eggs = /home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-template.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-form.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/lingua.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-pagelet.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-catalog.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-viewlet.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-utils.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-security.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-thesaurus.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-file.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-zmi.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-skin.egg-link
+	/home/tflorac/Dropbox/src/PyAMS/pyams_thesaurus/develop-eggs/pyams-i18n.egg-link
+
+[buildout]
+parts = i18n pyflakes test package
+
+[buildout]
+parts = pyflakes test package i18n
+
+[buildout]
+parts = test package i18n pyflakes
+
+[buildout]
+parts = package i18n pyflakes test
--- a/buildout.cfg	Thu Jan 17 10:01:34 2019 +0100
+++ b/buildout.cfg	Fri Jan 18 15:41:30 2019 +0100
@@ -87,4 +87,4 @@
 eggs = pyams_thesaurus [test]
 
 [versions]
-pyams_thesaurus = 0.1.15
+pyams_thesaurus = 0.1.16
--- a/docs/HISTORY.txt	Thu Jan 17 10:01:34 2019 +0100
+++ b/docs/HISTORY.txt	Fri Jan 18 15:41:30 2019 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.16
+------
+ - use object factory in annotations adapters
+
 0.1.15
 ------
  - added thesaurus term permission checker
--- a/setup.py	Thu Jan 17 10:01:34 2019 +0100
+++ b/setup.py	Fri Jan 18 15:41:30 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.15'
+version = '0.1.16'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_thesaurus.egg-info/PKG-INFO	Thu Jan 17 10:01:34 2019 +0100
+++ b/src/pyams_thesaurus.egg-info/PKG-INFO	Fri Jan 18 15:41:30 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-thesaurus
-Version: 0.1.15
+Version: 0.1.16
 Summary: PyAMS thesaurus management package
 Home-page: http://hg.ztfy.org/pyams/pyams_thesaurus
 Author: Thierry Florac
@@ -11,6 +11,10 @@
         History
         =======
         
+        0.1.16
+        ------
+         - use object factory in annotations adapters
+        
         0.1.15
         ------
          - added thesaurus term permission checker