Version 0.1.2 0.1.2
authorThierry Florac <thierry.florac@onf.fr>
Thu, 08 Oct 2015 12:17:28 +0200
changeset 20 f022906f90ab
parent 19 6cb6acc05cc3
child 21 c322ce75243c
Version 0.1.2
.installed.cfg
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_thesaurus.egg-info/PKG-INFO
--- a/.installed.cfg	Thu Oct 08 12:15:52 2015 +0200
+++ b/.installed.cfg	Thu Oct 08 12:17:28 2015 +0200
@@ -89,3 +89,18 @@
 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/lingua.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 Oct 08 12:15:52 2015 +0200
+++ b/buildout.cfg	Thu Oct 08 12:17:28 2015 +0200
@@ -86,4 +86,4 @@
 eggs = pyams_thesaurus [test]
 
 [versions]
-pyams_thesaurus = 0.1.1
+pyams_thesaurus = 0.1.2
--- a/docs/HISTORY.txt	Thu Oct 08 12:15:52 2015 +0200
+++ b/docs/HISTORY.txt	Thu Oct 08 12:17:28 2015 +0200
@@ -0,0 +1,20 @@
+History
+=======
+
+0.1.2
+-----
+ - changed menus icon class
+ - use named permissions
+
+0.1.1
+-----
+ - added thesaurus context manager
+ - added terms selector with access to full terms list
+ - added JSON-RPC methods
+ - added control panel 'Thesaurus' entry
+ - added 'extract' argument to thesaurus 'get_top_terms' method
+ - changed result status of thesaurus term add form
+
+0.1.0
+-----
+ - initial release
--- a/setup.py	Thu Oct 08 12:15:52 2015 +0200
+++ b/setup.py	Thu Oct 08 12:17:28 2015 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.1'
+version = '0.1.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_thesaurus.egg-info/PKG-INFO	Thu Oct 08 12:15:52 2015 +0200
+++ b/src/pyams_thesaurus.egg-info/PKG-INFO	Thu Oct 08 12:17:28 2015 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-thesaurus
-Version: 0.1.1
+Version: 0.1.2
 Summary: PyAMS thesaurus management package
 Home-page: http://hg.ztfy.org/pyams/pyams_thesaurus
 Author: Thierry Florac
@@ -8,6 +8,26 @@
 License: ZPL
 Description: 
         
+        History
+        =======
+        
+        0.1.2
+        -----
+         - changed menus icon class
+         - use named permissions
+        
+        0.1.1
+        -----
+         - added thesaurus context manager
+         - added terms selector with access to full terms list
+         - added JSON-RPC methods
+         - added control panel 'Thesaurus' entry
+         - added 'extract' argument to thesaurus 'get_top_terms' method
+         - changed result status of thesaurus term add form
+        
+        0.1.0
+        -----
+         - initial release
         
 Keywords: Pyramid PyAMS thesaurus
 Platform: UNKNOWN