# HG changeset patch # User Thierry Florac # Date 1542789871 -3600 # Node ID 68bdd589d53513f1be765dce7bbfb848607969de # Parent a5b2dd5443130ce900ae815574aa487f777eaf02 Version 0.1.8.2 diff -r a5b2dd544313 -r 68bdd589d535 buildout.cfg --- a/buildout.cfg Wed Nov 21 09:42:38 2018 +0100 +++ b/buildout.cfg Wed Nov 21 09:44:31 2018 +0100 @@ -72,4 +72,4 @@ eggs = pyams_notify [test] [versions] -pyams_notify = 0.1.8.1 +pyams_notify = 0.1.8.2 diff -r a5b2dd544313 -r 68bdd589d535 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Nov 21 09:42:38 2018 +0100 +++ b/docs/HISTORY.txt Wed Nov 21 09:44:31 2018 +0100 @@ -1,6 +1,10 @@ History ======= +0.1.8.2 +------- + - added setting to define secure connection to notifications server + 0.1.8.1 ------- - corrected current window protocol test to activate secured websockets when needed diff -r a5b2dd544313 -r 68bdd589d535 setup.py --- a/setup.py Wed Nov 21 09:42:38 2018 +0100 +++ b/setup.py Wed Nov 21 09:44:31 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.8.1' +version = '0.1.8.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r a5b2dd544313 -r 68bdd589d535 src/pyams_notify.egg-info/PKG-INFO --- a/src/pyams_notify.egg-info/PKG-INFO Wed Nov 21 09:42:38 2018 +0100 +++ b/src/pyams_notify.egg-info/PKG-INFO Wed Nov 21 09:44:31 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-notify -Version: 0.1.8.1 +Version: 0.1.8.2 Summary: PyAMS notifications management package Home-page: http://hg.ztfy.org/pyams/pyams_notify Author: Thierry Florac @@ -21,6 +21,10 @@ History ======= + 0.1.8.2 + ------- + - added setting to define secure connection to notifications server + 0.1.8.1 ------- - corrected current window protocol test to activate secured websockets when needed