--- a/buildout.cfg Thu Jun 01 16:47:58 2017 +0200
+++ b/buildout.cfg Thu Jun 01 16:50:52 2017 +0200
@@ -10,8 +10,11 @@
*.python.org
*.sourceforge.net
github.com
+ download.ztfy.org
extends = http://download.ztfy.org/pyams/pyams-dev.cfg
+find-links = http://download.ztfy.org/eggs/
+
versions = versions
newest = false
#allow-picked-versions = false
@@ -59,4 +62,4 @@
eggs = pyams_cache [test]
[versions]
-pyams_cache = 0.1.0
+pyams_cache = 0.1.1
--- a/docs/HISTORY.txt Thu Jun 01 16:47:58 2017 +0200
+++ b/docs/HISTORY.txt Thu Jun 01 16:50:52 2017 +0200
@@ -1,6 +1,10 @@
History
=======
+0.1.1
+-----
+ - removed inclusion of unused translations directory
+
0.1.0
-----
- First release
--- a/setup.py Thu Jun 01 16:47:58 2017 +0200
+++ b/setup.py Thu Jun 01 16:50:52 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 = []
--- a/src/pyams_cache.egg-info/PKG-INFO Thu Jun 01 16:47:58 2017 +0200
+++ b/src/pyams_cache.egg-info/PKG-INFO Thu Jun 01 16:50:52 2017 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-cache
-Version: 0.1.0
+Version: 0.1.1
Summary: PyAMS cache management interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_cache
Author: Thierry Florac
@@ -25,6 +25,10 @@
History
=======
+ 0.1.1
+ -----
+ - removed inclusion of unused translations directory
+
0.1.0
-----
- First release