Version 0.1.1 0.1.1
authorThierry Florac <thierry.florac@onf.fr>
Thu, 01 Jun 2017 16:50:52 +0200
changeset 6 70c840b24840
parent 5 b4eeb1c96933
child 7 a9b43f8fe167
Version 0.1.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_cache.egg-info/PKG-INFO
--- 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