Version 0.1.3 0.1.3
authorThierry Florac <thierry.florac@onf.fr>
Mon, 11 Sep 2017 15:08:12 +0200
changeset 14 97a3f8ea2601
parent 13 b3d0c3b4c940
child 15 a245b7406e2c
Version 0.1.3
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_sequence.egg-info/PKG-INFO
--- 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