Version 0.1.3 0.1.3
authorThierry Florac <thierry.florac@onf.fr>
Fri, 08 Dec 2017 12:11:20 +0100
changeset 13 173d6e8e62e2
parent 12 167cc4ab3313
child 14 dbdf7019502c
Version 0.1.3
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_notify_ws.egg-info/PKG-INFO
src/pyams_notify_ws.egg-info/requires.txt
--- 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
--- 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
--- 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 = []
--- 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
--- 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]