# HG changeset patch # User Thierry Florac # Date 1610455068 -3600 # Node ID 3f7ee0f3e1b5ff6bc89b689030f6974b08979a69 # Parent 2af30495d1d7684cb078b045a15dc318dd4f34a2 Version 0.1.65 diff -r 2af30495d1d7 -r 3f7ee0f3e1b5 buildout.cfg --- a/buildout.cfg Mon Jan 11 16:45:22 2021 +0100 +++ b/buildout.cfg Tue Jan 12 13:37:48 2021 +0100 @@ -87,4 +87,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.64.2 +pyams_content = 0.1.65 diff -r 2af30495d1d7 -r 3f7ee0f3e1b5 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Jan 11 16:45:22 2021 +0100 +++ b/docs/HISTORY.txt Tue Jan 12 13:37:48 2021 +0100 @@ -1,6 +1,10 @@ History ======= +0.1.65 +------ + - added aggregations support + 0.1.64.2 -------- - corrected syntax error in view themes management diff -r 2af30495d1d7 -r 3f7ee0f3e1b5 setup.py --- a/setup.py Mon Jan 11 16:45:22 2021 +0100 +++ b/setup.py Tue Jan 12 13:37:48 2021 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.64.2' +version = '0.1.65' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 2af30495d1d7 -r 3f7ee0f3e1b5 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Mon Jan 11 16:45:22 2021 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Tue Jan 12 13:37:48 2021 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.64.2 +Version: 0.1.65 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.65 + ------ + - added aggregations support + 0.1.64.2 -------- - corrected syntax error in view themes management