Version 0.1.5 0.1.5
authorThierry Florac <thierry.florac@onf.fr>
Mon, 11 Sep 2017 15:09:42 +0200
changeset 28 d8405a4d7d45
parent 27 47291be5bb8f
child 29 f91a3b86b1eb
Version 0.1.5
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_catalog.egg-info/PKG-INFO
--- a/buildout.cfg	Mon Sep 11 14:36:15 2017 +0200
+++ b/buildout.cfg	Mon Sep 11 15:09:42 2017 +0200
@@ -72,4 +72,4 @@
 eggs = pyams_catalog [test]
 
 [versions]
-pyams_catalog = 0.1.4
+pyams_catalog = 0.1.5
--- a/docs/HISTORY.txt	Mon Sep 11 14:36:15 2017 +0200
+++ b/docs/HISTORY.txt	Mon Sep 11 15:09:42 2017 +0200
@@ -1,6 +1,12 @@
 History
 =======
 
+0.1.5
+-----
+ - switch from IObjectRemovedEvent to IIntIdRemovedEvent to avoid objects being unregistered from IIntId utility before
+   being removed from catalog
+ - added 'catalog' parameter to all '*index_object' functions
+
 0.1.4
 -----
  - updated CatalogResultSet class to be able to feed it with a list of internal IDs as well a Query object
--- a/setup.py	Mon Sep 11 14:36:15 2017 +0200
+++ b/setup.py	Mon Sep 11 15:09:42 2017 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.4'
+version = '0.1.5'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_catalog.egg-info/PKG-INFO	Mon Sep 11 14:36:15 2017 +0200
+++ b/src/pyams_catalog.egg-info/PKG-INFO	Mon Sep 11 15:09:42 2017 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-catalog
-Version: 0.1.4
+Version: 0.1.5
 Summary: PyAMS catalog tools
 Home-page: http://hg.ztfy.org/pyams/pyams_catalog
 Author: Thierry Florac
@@ -11,6 +11,12 @@
         History
         =======
         
+        0.1.5
+        -----
+         - switch from IObjectRemovedEvent to IIntIdRemovedEvent to avoid objects being unregistered from IIntId utility before
+           being removed from catalog
+         - added 'catalog' parameter to all '*index_object' functions
+        
         0.1.4
         -----
          - updated CatalogResultSet class to be able to feed it with a list of internal IDs as well a Query object