Version 0.1.4 0.1.4
authorThierry Florac <tflorac@ulthar.net>
Sun, 14 Jan 2018 14:44:28 +0100
changeset 16 bea8c4b209aa
parent 15 6472be90626a
child 17 c28c0039e7ff
Version 0.1.4
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_notify_ws.egg-info/PKG-INFO
--- a/buildout.cfg	Sun Jan 14 14:43:17 2018 +0100
+++ b/buildout.cfg	Sun Jan 14 14:44:28 2018 +0100
@@ -65,4 +65,4 @@
 eggs = pyams_notify_ws [test]
 
 [versions]
-pyams_notify_ws = 0.1.3
+pyams_notify_ws = 0.1.4
--- a/docs/HISTORY.txt	Sun Jan 14 14:43:17 2018 +0100
+++ b/docs/HISTORY.txt	Sun Jan 14 14:44:28 2018 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.4
+-----
+ - use Python 3.5 "async/await" syntax for coroutines
+
 0.1.3
 -----
  - don't send notifications to event transmitter
--- a/setup.py	Sun Jan 14 14:43:17 2018 +0100
+++ b/setup.py	Sun Jan 14 14:44:28 2018 +0100
@@ -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_ws.egg-info/PKG-INFO	Sun Jan 14 14:43:17 2018 +0100
+++ b/src/pyams_notify_ws.egg-info/PKG-INFO	Sun Jan 14 14:44:28 2018 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: pyams-notify-ws
-Version: 0.1.3
+Version: 0.1.4
 Summary: PyAMS notifications server management package
 Home-page: http://hg.ztfy.org/pyams/pyams_notify_ws
 Author: Thierry Florac
 Author-email: tflorac@ulthar.net
 License: ZPL
+Description-Content-Type: UNKNOWN
 Description: .. contents::
         
         
@@ -24,6 +25,10 @@
         History
         =======
         
+        0.1.4
+        -----
+         - use Python 3.5 "async/await" syntax for coroutines
+        
         0.1.3
         -----
          - don't send notifications to event transmitter