--- 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
--- 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
--- 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 = []
--- 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