--- 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