# HG changeset patch # User Thierry Florac # Date 1499936258 -7200 # Node ID 27631588832b7e8f7bae54e1b68c53e1eb967469 # Parent a285b7e8217c3fa5e47ec20060a1df69ad124104 Version 0.1.2 diff -r a285b7e8217c -r 27631588832b buildout.cfg --- a/buildout.cfg Wed Jul 12 12:14:20 2017 +0200 +++ b/buildout.cfg Thu Jul 13 10:57:38 2017 +0200 @@ -21,7 +21,9 @@ src = src develop = . - /var/local/src/pyams/ext/lingua + ../ext/lingua + ../pyams_cache + ../pyams_utils parts = package @@ -63,4 +65,4 @@ eggs = pyams_notify_ws [test] [versions] -pyams_notify_ws = 0.1.1 +pyams_notify_ws = 0.1.2 diff -r a285b7e8217c -r 27631588832b docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Jul 12 12:14:20 2017 +0200 +++ b/docs/HISTORY.txt Thu Jul 13 10:57:38 2017 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.2 +----- + - removed 'target' attribute from received notifications + 0.1.1 ----- - removed inclusion of unused translations directory diff -r a285b7e8217c -r 27631588832b setup.py --- a/setup.py Wed Jul 12 12:14:20 2017 +0200 +++ b/setup.py Thu Jul 13 10:57:38 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.1' +version = '0.1.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r a285b7e8217c -r 27631588832b src/pyams_notify_ws.egg-info/PKG-INFO --- a/src/pyams_notify_ws.egg-info/PKG-INFO Wed Jul 12 12:14:20 2017 +0200 +++ b/src/pyams_notify_ws.egg-info/PKG-INFO Thu Jul 13 10:57:38 2017 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-notify-ws -Version: 0.1.1 +Version: 0.1.2 Summary: PyAMS notifications server management package Home-page: http://hg.ztfy.org/pyams/pyams_notify_ws Author: Thierry Florac @@ -24,6 +24,10 @@ History ======= + 0.1.2 + ----- + - removed 'target' attribute from received notifications + 0.1.1 ----- - removed inclusion of unused translations directory