--- a/buildout.cfg Tue Sep 12 16:40:17 2017 +0200
+++ b/buildout.cfg Tue Sep 19 11:35:50 2017 +0200
@@ -68,4 +68,4 @@
eggs = pyams_sequence [test]
[versions]
-pyams_sequence = 0.1.3
+pyams_sequence = 0.1.4
--- a/docs/HISTORY.txt Tue Sep 12 16:40:17 2017 +0200
+++ b/docs/HISTORY.txt Tue Sep 19 11:35:50 2017 +0200
@@ -1,6 +1,10 @@
History
=======
+0.1.4
+-----
+ - added 'get_reference_target' in 'utility' module to get direct access to internal link target
+
0.1.3
-----
- added 'get_base_oid' to sequences interfaces
--- a/setup.py Tue Sep 12 16:40:17 2017 +0200
+++ b/setup.py Tue Sep 19 11:35:50 2017 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.3'
+version = '0.1.4'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
@@ -56,6 +56,7 @@
install_requires=[
'setuptools',
# -*- Extra requirements: -*-
+ 'hypatia',
'pyams_catalog',
'pyams_form',
'pyams_pagelet',
--- a/src/pyams_sequence.egg-info/PKG-INFO Tue Sep 12 16:40:17 2017 +0200
+++ b/src/pyams_sequence.egg-info/PKG-INFO Tue Sep 19 11:35:50 2017 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-sequence
-Version: 0.1.3
+Version: 0.1.4
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.4
+ -----
+ - added 'get_reference_target' in 'utility' module to get direct access to internal link target
+
0.1.3
-----
- added 'get_base_oid' to sequences interfaces
--- a/src/pyams_sequence.egg-info/requires.txt Tue Sep 12 16:40:17 2017 +0200
+++ b/src/pyams_sequence.egg-info/requires.txt Tue Sep 19 11:35:50 2017 +0200
@@ -1,3 +1,4 @@
+hypatia
pyams_catalog
pyams_form
pyams_pagelet