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