--- a/buildout.cfg Mon Sep 11 13:47:49 2017 +0200
+++ b/buildout.cfg Mon Sep 11 15:06:26 2017 +0200
@@ -72,4 +72,4 @@
eggs = pyams_notify [test]
[versions]
-pyams_notify = 0.1.2
+pyams_notify = 0.1.3
--- a/docs/HISTORY.txt Mon Sep 11 13:47:49 2017 +0200
+++ b/docs/HISTORY.txt Mon Sep 11 15:06:26 2017 +0200
@@ -1,6 +1,10 @@
History
=======
+0.1.3
+-----
+ - updated notifications template
+
0.1.2
-----
- added timestamp to notifications API
--- a/setup.py Mon Sep 11 13:47:49 2017 +0200
+++ b/setup.py Mon Sep 11 15:06:26 2017 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.2'
+version = '0.1.3'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_notify.egg-info/PKG-INFO Mon Sep 11 13:47:49 2017 +0200
+++ b/src/pyams_notify.egg-info/PKG-INFO Mon Sep 11 15:06:26 2017 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-notify
-Version: 0.1.2
+Version: 0.1.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.3
+ -----
+ - updated notifications template
+
0.1.2
-----
- added timestamp to notifications API
--- a/src/pyams_notify.egg-info/SOURCES.txt Mon Sep 11 13:47:49 2017 +0200
+++ b/src/pyams_notify.egg-info/SOURCES.txt Mon Sep 11 15:06:26 2017 +0200
@@ -27,6 +27,7 @@
src/pyams_notify/skin/resources/js/jquery-WebSocket.min.js
src/pyams_notify/skin/resources/js/pyams_notify.js
src/pyams_notify/skin/resources/js/pyams_notify.min.js
+src/pyams_notify/skin/resources/js/pyams_notify.min.min.js
src/pyams_notify/tests/__init__.py
src/pyams_notify/tests/test_utilsdocs.py
src/pyams_notify/tests/test_utilsdocstrings.py