--- a/buildout.cfg Mon Sep 11 13:59:19 2017 +0200
+++ b/buildout.cfg Mon Sep 11 15:08:12 2017 +0200
@@ -68,4 +68,4 @@
eggs = pyams_sequence [test]
[versions]
-pyams_sequence = 0.1.2
+pyams_sequence = 0.1.3
--- a/docs/HISTORY.txt Mon Sep 11 13:59:19 2017 +0200
+++ b/docs/HISTORY.txt Mon Sep 11 15:08:12 2017 +0200
@@ -1,6 +1,10 @@
History
=======
+0.1.3
+-----
+ - added 'get_base_oid' to sequences interfaces
+
0.1.2
-----
- added schema fields and widgets for internal references
--- a/setup.py Mon Sep 11 13:59:19 2017 +0200
+++ b/setup.py Mon Sep 11 15:08:12 2017 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.2'
+version = '0.1.3'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_sequence.egg-info/PKG-INFO Mon Sep 11 13:59:19 2017 +0200
+++ b/src/pyams_sequence.egg-info/PKG-INFO Mon Sep 11 15:08:12 2017 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-sequence
-Version: 0.1.2
+Version: 0.1.3
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.3
+ -----
+ - added 'get_base_oid' to sequences interfaces
+
0.1.2
-----
- added schema fields and widgets for internal references