--- a/buildout.cfg Thu Sep 21 15:02:29 2017 +0200
+++ b/buildout.cfg Fri Oct 13 10:02:09 2017 +0200
@@ -68,4 +68,4 @@
eggs = pyams_sequence [test]
[versions]
-pyams_sequence = 0.1.4
+pyams_sequence = 0.1.5
--- a/docs/HISTORY.txt Thu Sep 21 15:02:29 2017 +0200
+++ b/docs/HISTORY.txt Fri Oct 13 10:02:09 2017 +0200
@@ -1,6 +1,10 @@
History
=======
+0.1.5
+-----
+ - updated language management in reference text search
+
0.1.4
-----
- added 'get_reference_target' in 'utility' module to get direct access to internal link target
--- a/setup.py Thu Sep 21 15:02:29 2017 +0200
+++ b/setup.py Fri Oct 13 10:02:09 2017 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.4'
+version = '0.1.5'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
@@ -47,7 +47,8 @@
package_dir={'': 'src'},
namespace_packages=[],
include_package_data=True,
- package_data={'': ['*.zcml', '*.txt', '*.pt', '*.pot', '*.po', '*.mo', '*.png', '*.gif', '*.jpeg', '*.jpg', '*.css', '*.js']},
+ package_data={'': ['*.zcml', '*.txt', '*.pt', '*.pot', '*.po', '*.mo',
+ '*.png', '*.gif', '*.jpeg', '*.jpg', '*.css', '*.js']},
zip_safe=False,
# uncomment this to be able to run tests with setup.py
test_suite="pyams_sequence.tests.test_utilsdocs.test_suite",
--- a/src/pyams_sequence.egg-info/PKG-INFO Thu Sep 21 15:02:29 2017 +0200
+++ b/src/pyams_sequence.egg-info/PKG-INFO Fri Oct 13 10:02:09 2017 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-sequence
-Version: 0.1.4
+Version: 0.1.5
Summary: PyAMS sequence interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_sequence
Author: Thierry Florac
@@ -11,6 +11,10 @@
History
=======
+ 0.1.5
+ -----
+ - updated language management in reference text search
+
0.1.4
-----
- added 'get_reference_target' in 'utility' module to get direct access to internal link target