# HG changeset patch # User Thierry Florac # Date 1544814470 -3600 # Node ID 721ade1bdc6e50144cf7a5fec0e29f6286799437 # Parent e6d3e3443b842ba1332102e6904a620a55bafc6a Version 0.1.8.3 diff -r e6d3e3443b84 -r 721ade1bdc6e buildout.cfg --- a/buildout.cfg Fri Dec 14 20:05:02 2018 +0100 +++ b/buildout.cfg Fri Dec 14 20:07:50 2018 +0100 @@ -72,4 +72,4 @@ eggs = pyams_notify [test] [versions] -pyams_notify = 0.1.8.2 +pyams_notify = 0.1.8.3 diff -r e6d3e3443b84 -r 721ade1bdc6e docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Dec 14 20:05:02 2018 +0100 +++ b/docs/HISTORY.txt Fri Dec 14 20:07:50 2018 +0100 @@ -1,6 +1,10 @@ History ======= +0.1.8.3 +------- + - updated resources management + 0.1.8.2 ------- - added setting to define secure connection to notifications server diff -r e6d3e3443b84 -r 721ade1bdc6e setup.py --- a/setup.py Fri Dec 14 20:05:02 2018 +0100 +++ b/setup.py Fri Dec 14 20:07:50 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.8.2' +version = '0.1.8.3' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r e6d3e3443b84 -r 721ade1bdc6e src/pyams_notify.egg-info/PKG-INFO --- a/src/pyams_notify.egg-info/PKG-INFO Fri Dec 14 20:05:02 2018 +0100 +++ b/src/pyams_notify.egg-info/PKG-INFO Fri Dec 14 20:07:50 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-notify -Version: 0.1.8.2 +Version: 0.1.8.3 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.3 + ------- + - updated resources management + 0.1.8.2 ------- - added setting to define secure connection to notifications server