Version 0.1.1
authorThierry Florac <thierry.florac@onf.fr>
Thu, 01 Jun 2017 16:41:20 +0200
changeset 5 5f2fa7035821
parent 4 75d5241de76c
child 6 6caf7ef43b2d
Version 0.1.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_notify_ws.egg-info/requires.txt
--- 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