--- a/buildout.cfg Tue Sep 12 11:14:09 2017 +0200
+++ b/buildout.cfg Tue Sep 19 11:34:24 2017 +0200
@@ -72,4 +72,4 @@
eggs = pyams_notify [test]
[versions]
-pyams_notify = 0.1.3
+pyams_notify = 0.1.4
--- a/docs/HISTORY.txt Tue Sep 12 11:14:09 2017 +0200
+++ b/docs/HISTORY.txt Tue Sep 19 11:34:24 2017 +0200
@@ -1,6 +1,11 @@
History
=======
+0.1.4
+-----
+ - moved 'content.workflow' notification handler to PyAMS_content package
+ - use registered adapters to get notifications contexts
+
0.1.3
-----
- updated notifications template
--- a/setup.py Tue Sep 12 11:14:09 2017 +0200
+++ b/setup.py Tue Sep 19 11:34:24 2017 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.3'
+version = '0.1.4'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_notify.egg-info/PKG-INFO Tue Sep 12 11:14:09 2017 +0200
+++ b/src/pyams_notify.egg-info/PKG-INFO Tue Sep 19 11:34:24 2017 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-notify
-Version: 0.1.3
+Version: 0.1.4
Summary: PyAMS notifications management package
Home-page: http://hg.ztfy.org/pyams/pyams_notify
Author: Thierry Florac
@@ -21,6 +21,11 @@
History
=======
+ 0.1.4
+ -----
+ - moved 'content.workflow' notification handler to PyAMS_content package
+ - use registered adapters to get notifications contexts
+
0.1.3
-----
- updated notifications template
--- a/src/pyams_notify.egg-info/SOURCES.txt Tue Sep 12 11:14:09 2017 +0200
+++ b/src/pyams_notify.egg-info/SOURCES.txt Tue Sep 19 11:34:24 2017 +0200
@@ -17,7 +17,6 @@
src/pyams_notify/doctests/README.txt
src/pyams_notify/handlers/__init__.py
src/pyams_notify/handlers/login.py
-src/pyams_notify/handlers/workflow.py
src/pyams_notify/interfaces/__init__.py
src/pyams_notify/locales/pyams_notify.pot
src/pyams_notify/locales/fr/LC_MESSAGES/pyams_notify.mo