# HG changeset patch # User Thierry Florac # Date 1444299448 -7200 # Node ID f022906f90ab829a9a8662c0be9d7b18b067bb98 # Parent 6cb6acc05cc32b384c4c6b71422c2afd41b594d4 Version 0.1.2 diff -r 6cb6acc05cc3 -r f022906f90ab .installed.cfg --- 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 diff -r 6cb6acc05cc3 -r f022906f90ab buildout.cfg --- 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 diff -r 6cb6acc05cc3 -r f022906f90ab docs/HISTORY.txt --- 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 diff -r 6cb6acc05cc3 -r f022906f90ab setup.py --- 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 = [] diff -r 6cb6acc05cc3 -r f022906f90ab src/pyams_thesaurus.egg-info/PKG-INFO --- 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