Version 0.1.8.2 0.1.8.2
authorThierry Florac <tflorac@ulthar.net>
Wed, 21 Nov 2018 09:44:31 +0100
changeset 47 68bdd589d535
parent 46 a5b2dd544313
child 48 acf504fb9590
Version 0.1.8.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_notify.egg-info/PKG-INFO
--- 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
--- 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
--- 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 = []
--- 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