# HG changeset patch # User Thierry Florac # Date 1505135186 -7200 # Node ID 4b7b518e1fb955127fc9fbe59663f7dccd103f85 # Parent 395cae360379c30dc6ce5b1b4a643de204a76381 Version 0.1.3 diff -r 395cae360379 -r 4b7b518e1fb9 buildout.cfg --- 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 diff -r 395cae360379 -r 4b7b518e1fb9 docs/HISTORY.txt --- 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 diff -r 395cae360379 -r 4b7b518e1fb9 setup.py --- 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 = [] diff -r 395cae360379 -r 4b7b518e1fb9 src/pyams_notify.egg-info/PKG-INFO --- 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 diff -r 395cae360379 -r 4b7b518e1fb9 src/pyams_notify.egg-info/SOURCES.txt --- 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