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