Version 0.1.12.2 0.1.12.2
authorThierry Florac <thierry.florac@onf.fr>
Tue, 30 Oct 2018 14:26:00 +0100
changeset 75 4740e424ef1a
parent 72 17accf89d8a8
child 76 652a0f7b56c4
Version 0.1.12.2
.hgtags
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_sequence.egg-info/PKG-INFO
--- a/.hgtags	Tue Oct 30 13:57:05 2018 +0100
+++ b/.hgtags	Tue Oct 30 14:26:00 2018 +0100
@@ -12,3 +12,4 @@
 7fe59c07bd831e2c3338d845440a7b6918f44cbe 0.1.11
 bce031c421f08e8cf56d04be26339103d6d77560 0.1.12
 4d0e6279ded334510b52ed66ba9a18ed6f50046c 0.1.12.1
+1a77f19cd7dea7cd23c715ee929dcdc8afa0b25e 0.1.12.2
--- a/buildout.cfg	Tue Oct 30 13:57:05 2018 +0100
+++ b/buildout.cfg	Tue Oct 30 14:26:00 2018 +0100
@@ -68,4 +68,4 @@
 eggs = pyams_sequence [test]
 
 [versions]
-pyams_sequence = 0.1.12.1
+pyams_sequence = 0.1.12.2
--- a/docs/HISTORY.txt	Tue Oct 30 13:57:05 2018 +0100
+++ b/docs/HISTORY.txt	Tue Oct 30 14:26:00 2018 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.12.2
+--------
+ - corrected "findReferences" JSON-RPC method filter to allow selection of empty objects
+
 0.1.12.1
 --------
  - updated translation
--- a/setup.py	Tue Oct 30 13:57:05 2018 +0100
+++ b/setup.py	Tue Oct 30 14:26:00 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.12.1'
+version = '0.1.12.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_sequence.egg-info/PKG-INFO	Tue Oct 30 13:57:05 2018 +0100
+++ b/src/pyams_sequence.egg-info/PKG-INFO	Tue Oct 30 14:26:00 2018 +0100
@@ -1,17 +1,20 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: pyams-sequence
-Version: 0.1.12.1
+Version: 0.1.12.2
 Summary: PyAMS sequence interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_sequence
 Author: Thierry Florac
 Author-email: tflorac@ulthar.net
 License: ZPL
-Description-Content-Type: UNKNOWN
 Description: 
         
         History
         =======
         
+        0.1.12.2
+        --------
+         - corrected "findReferences" JSON-RPC method filter to allow selection of empty objects
+        
         0.1.12.1
         --------
          - updated translation
@@ -87,3 +90,4 @@
 Classifier: Programming Language :: Python
 Classifier: Framework :: Pyramid
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: test