# HG changeset patch # User Thierry Florac # Date 1512731480 -3600 # Node ID 173d6e8e62e25d9365eabf3cd584beb44dc1a0ab # Parent 167cc4ab33134ee437dc2164ece9162e4aab4c2d Version 0.1.3 diff -r 167cc4ab3313 -r 173d6e8e62e2 buildout.cfg --- a/buildout.cfg Fri Nov 10 13:29:53 2017 +0100 +++ b/buildout.cfg Fri Dec 08 12:11:20 2017 +0100 @@ -65,4 +65,4 @@ eggs = pyams_notify_ws [test] [versions] -pyams_notify_ws = 0.1.2 +pyams_notify_ws = 0.1.3 diff -r 167cc4ab3313 -r 173d6e8e62e2 docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Nov 10 13:29:53 2017 +0100 +++ b/docs/HISTORY.txt Fri Dec 08 12:11:20 2017 +0100 @@ -1,6 +1,10 @@ History ======= +0.1.3 +----- + - don't send notifications to event transmitter + 0.1.2 ----- - removed 'target' attribute from received notifications diff -r 167cc4ab3313 -r 173d6e8e62e2 setup.py --- a/setup.py Fri Nov 10 13:29:53 2017 +0100 +++ b/setup.py Fri Dec 08 12:11:20 2017 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.2' +version = '0.1.3' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 167cc4ab3313 -r 173d6e8e62e2 src/pyams_notify_ws.egg-info/PKG-INFO --- a/src/pyams_notify_ws.egg-info/PKG-INFO Fri Nov 10 13:29:53 2017 +0100 +++ b/src/pyams_notify_ws.egg-info/PKG-INFO Fri Dec 08 12:11:20 2017 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-notify-ws -Version: 0.1.2 +Version: 0.1.3 Summary: PyAMS notifications server management package Home-page: http://hg.ztfy.org/pyams/pyams_notify_ws Author: Thierry Florac @@ -24,6 +24,10 @@ History ======= + 0.1.3 + ----- + - don't send notifications to event transmitter + 0.1.2 ----- - removed 'target' attribute from received notifications diff -r 167cc4ab3313 -r 173d6e8e62e2 src/pyams_notify_ws.egg-info/requires.txt --- a/src/pyams_notify_ws.egg-info/requires.txt Fri Nov 10 13:29:53 2017 +0100 +++ b/src/pyams_notify_ws.egg-info/requires.txt Fri Dec 08 12:11:20 2017 +0100 @@ -1,7 +1,7 @@ +setuptools aiopyramid pyams-cache pyramid -setuptools zope.interface [test]