Version 0.1.65 0.1.65
authorThierry Florac <tflorac@ulthar.net>
Tue, 12 Jan 2021 13:37:48 +0100
changeset 1444 3f7ee0f3e1b5
parent 1443 2af30495d1d7
child 1445 f05955086ad8
Version 0.1.65
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- 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
--- 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
--- 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 = []
--- 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