# HG changeset patch # User Thierry Florac # Date 1542732637 -3600 # Node ID 59a69e31472e5b59f3288d73ad596540a386488f # Parent 19e28ae921daf32ab252bfe7d47283b79ce56099 Version 0.1.8.1 diff -r 19e28ae921da -r 59a69e31472e buildout.cfg --- a/buildout.cfg Tue Nov 20 17:49:15 2018 +0100 +++ b/buildout.cfg Tue Nov 20 17:50:37 2018 +0100 @@ -72,4 +72,4 @@ eggs = pyams_notify [test] [versions] -pyams_notify = 0.1.8 +pyams_notify = 0.1.8.1 diff -r 19e28ae921da -r 59a69e31472e docs/HISTORY.txt --- a/docs/HISTORY.txt Tue Nov 20 17:49:15 2018 +0100 +++ b/docs/HISTORY.txt Tue Nov 20 17:50:37 2018 +0100 @@ -1,6 +1,10 @@ History ======= +0.1.8.1 +------- + - corrected current window protocol test to activate secured websockets when needed + 0.1.8 ----- - use secure WebSockets when using HTTPS diff -r 19e28ae921da -r 59a69e31472e setup.py --- a/setup.py Tue Nov 20 17:49:15 2018 +0100 +++ b/setup.py Tue Nov 20 17:50:37 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.8' +version = '0.1.8.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 19e28ae921da -r 59a69e31472e src/pyams_notify.egg-info/PKG-INFO --- a/src/pyams_notify.egg-info/PKG-INFO Tue Nov 20 17:49:15 2018 +0100 +++ b/src/pyams_notify.egg-info/PKG-INFO Tue Nov 20 17:50:37 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-notify -Version: 0.1.8 +Version: 0.1.8.1 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.1 + ------- + - corrected current window protocol test to activate secured websockets when needed + 0.1.8 ----- - use secure WebSockets when using HTTPS