--- a/buildout.cfg Thu Jun 01 16:38:09 2017 +0200
+++ b/buildout.cfg Thu Jun 01 16:41:20 2017 +0200
@@ -62,4 +62,4 @@
eggs = pyams_notify_ws [test]
[versions]
-pyams_notify_ws = 0.1.0
+pyams_notify_ws = 0.1.1
--- a/docs/HISTORY.txt Thu Jun 01 16:38:09 2017 +0200
+++ b/docs/HISTORY.txt Thu Jun 01 16:41:20 2017 +0200
@@ -1,6 +1,11 @@
History
=======
+0.1.1
+-----
+ - removed inclusion of unused translations directory
+ - removed dependency with not-mandatory "aiomcache" package
+
0.1.0
-----
- initial release
--- a/setup.py Thu Jun 01 16:38:09 2017 +0200
+++ b/setup.py Thu Jun 01 16:41:20 2017 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.0'
+version = '0.1.1'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
@@ -57,7 +57,6 @@
install_requires=[
'setuptools',
# -*- Extra requirements: -*-
- 'aiomcache',
'aiopyramid',
'pyams-cache',
'pyramid',
--- a/src/pyams_notify_ws.egg-info/requires.txt Thu Jun 01 16:38:09 2017 +0200
+++ b/src/pyams_notify_ws.egg-info/requires.txt Thu Jun 01 16:41:20 2017 +0200
@@ -1,5 +1,6 @@
aiomcache
aiopyramid
+pyams-cache
pyramid
setuptools
zope.interface