# HG changeset patch # User Thierry Florac # Date 1496328652 -7200 # Node ID 70c840b24840e1e4cc97970a0b7cb7a0f47e4ec0 # Parent b4eeb1c969330512ac705519bebace5ef651c6e0 Version 0.1.1 diff -r b4eeb1c96933 -r 70c840b24840 buildout.cfg --- 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 diff -r b4eeb1c96933 -r 70c840b24840 docs/HISTORY.txt --- 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 diff -r b4eeb1c96933 -r 70c840b24840 setup.py --- 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 = [] diff -r b4eeb1c96933 -r 70c840b24840 src/pyams_cache.egg-info/PKG-INFO --- 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