# HG changeset patch # User Thierry Florac # Date 1599061727 -7200 # Node ID 1854a7294cc29add170f1e1ac407e7d6f3422809 # Parent 2d29fd159410fb5fa31cef1f90f2ebebc87d2fab Version 0.1.62.1 diff -r 2d29fd159410 -r 1854a7294cc2 buildout.cfg --- a/buildout.cfg Wed Sep 02 17:47:53 2020 +0200 +++ b/buildout.cfg Wed Sep 02 17:48:47 2020 +0200 @@ -87,4 +87,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.62 +pyams_content = 0.1.62.1 diff -r 2d29fd159410 -r 1854a7294cc2 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Sep 02 17:47:53 2020 +0200 +++ b/docs/HISTORY.txt Wed Sep 02 17:48:47 2020 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.62.1 +-------- + - corrected display of creation and modification dates on external files + 0.1.62 ------ - added creation and last modification dates on external files associations diff -r 2d29fd159410 -r 1854a7294cc2 setup.py --- a/setup.py Wed Sep 02 17:47:53 2020 +0200 +++ b/setup.py Wed Sep 02 17:48:47 2020 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.62' +version = '0.1.62.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 2d29fd159410 -r 1854a7294cc2 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Wed Sep 02 17:47:53 2020 +0200 +++ b/src/pyams_content.egg-info/PKG-INFO Wed Sep 02 17:48:47 2020 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.62 +Version: 0.1.62.1 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -72,6 +72,10 @@ History ======= + 0.1.62.1 + -------- + - corrected display of creation and modification dates on external files + 0.1.62 ------ - added creation and last modification dates on external files associations