Version 0.1.15.1 0.1.15.1
authorThierry Florac <thierry.florac@onf.fr>
Mon, 18 Mar 2019 12:25:35 +0100
changeset 91 eba785a27a37
parent 90 afd059b0f037
child 92 5449a456e858
Version 0.1.15.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_sequence.egg-info/PKG-INFO
--- a/buildout.cfg	Mon Mar 11 14:05:01 2019 +0100
+++ b/buildout.cfg	Mon Mar 18 12:25:35 2019 +0100
@@ -68,4 +68,4 @@
 eggs = pyams_sequence [test]
 
 [versions]
-pyams_sequence = 0.1.15
+pyams_sequence = 0.1.15.1
--- a/docs/HISTORY.txt	Mon Mar 11 14:05:01 2019 +0100
+++ b/docs/HISTORY.txt	Mon Mar 18 12:25:35 2019 +0100
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.15.1
+--------
+ - optimization: don't execute search to build values map in single reference input widget when current value
+   is none
+
 0.1.15
 ------
  - use object factory in annotation adapter
--- a/setup.py	Mon Mar 11 14:05:01 2019 +0100
+++ b/setup.py	Mon Mar 18 12:25:35 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.15'
+version = '0.1.15.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_sequence.egg-info/PKG-INFO	Mon Mar 11 14:05:01 2019 +0100
+++ b/src/pyams_sequence.egg-info/PKG-INFO	Mon Mar 18 12:25:35 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-sequence
-Version: 0.1.15
+Version: 0.1.15.1
 Summary: PyAMS sequence interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_sequence
 Author: Thierry Florac
@@ -11,6 +11,11 @@
         History
         =======
         
+        0.1.15.1
+        --------
+         - optimization: don't execute search to build values map in single reference input widget when current value
+           is none
+        
         0.1.15
         ------
          - use object factory in annotation adapter