# HG changeset patch # User Thierry Florac # Date 1515937468 -3600 # Node ID bea8c4b209aa605c7e6b7e171be980880202c1e2 # Parent 6472be90626a4424ad23bcb7ce8cd1fe2915679e Version 0.1.4 diff -r 6472be90626a -r bea8c4b209aa buildout.cfg --- 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 diff -r 6472be90626a -r bea8c4b209aa docs/HISTORY.txt --- 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 diff -r 6472be90626a -r bea8c4b209aa setup.py --- 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 = [] diff -r 6472be90626a -r bea8c4b209aa src/pyams_notify_ws.egg-info/PKG-INFO --- 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