Version 0.1.11 0.1.11
authorThierry Florac <thierry.florac@onf.fr>
Fri, 20 Jul 2018 12:54:14 +0200
changeset 57 7fe59c07bd83
parent 56 ce427eec067c
child 58 b54976a84ef1
Version 0.1.11
docs/HISTORY.txt
src/pyams_sequence.egg-info/PKG-INFO
src/pyams_sequence.egg-info/SOURCES.txt
--- a/docs/HISTORY.txt	Thu Jul 19 01:42:00 2018 +0200
+++ b/docs/HISTORY.txt	Fri Jul 20 12:54:14 2018 +0200
@@ -1,6 +1,13 @@
 History
 =======
 
+0.1.11
+------
+ - added "multiple" attribute to references list widget to allow sorting of selected elements
+ - added subscriber on object modification to automatically remove inner "target" volatile attribute when
+   an internal reference is updated
+ - small optimization on "get_reference_target" function
+
 0.1.10
 ------
  - updated method to get target from reference in front-office
--- a/src/pyams_sequence.egg-info/PKG-INFO	Thu Jul 19 01:42:00 2018 +0200
+++ b/src/pyams_sequence.egg-info/PKG-INFO	Fri Jul 20 12:54:14 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-sequence
-Version: 0.1.10
+Version: 0.1.11
 Summary: PyAMS sequence interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_sequence
 Author: Thierry Florac
@@ -12,6 +12,13 @@
         History
         =======
         
+        0.1.11
+        ------
+         - added "multiple" attribute to references list widget to allow sorting of selected elements
+         - added subscriber on object modification to automatically remove inner "target" volatile attribute when
+           an internal reference is updated
+         - small optimization on "get_reference_target" function
+        
         0.1.10
         ------
          - updated method to get target from reference in front-office
--- a/src/pyams_sequence.egg-info/SOURCES.txt	Thu Jul 19 01:42:00 2018 +0200
+++ b/src/pyams_sequence.egg-info/SOURCES.txt	Fri Jul 20 12:54:14 2018 +0200
@@ -4,6 +4,7 @@
 docs/README.txt
 src/pyams_sequence/__init__.py
 src/pyams_sequence/include.py
+src/pyams_sequence/reference.py
 src/pyams_sequence/schema.py
 src/pyams_sequence/sequence.py
 src/pyams_sequence/site.py