--- a/buildout.cfg Mon Jan 11 17:10:01 2021 +0100
+++ b/buildout.cfg Tue Jan 12 13:39:51 2021 +0100
@@ -80,4 +80,4 @@
eggs = pyams_default_theme [test]
[versions]
-pyams_default_theme = 0.1.54.1
+pyams_default_theme = 0.1.55
--- a/docs/HISTORY.txt Mon Jan 11 17:10:01 2021 +0100
+++ b/docs/HISTORY.txt Tue Jan 12 13:39:51 2021 +0100
@@ -1,6 +1,10 @@
History
=======
+0.1.55
+------
+ - added aggregations support to search results portlets
+
0.1.54.1
--------
- updated template of renderer of HTML paragraph with logo
--- a/setup.py Mon Jan 11 17:10:01 2021 +0100
+++ b/setup.py Tue Jan 12 13:39:51 2021 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.54.1'
+version = '0.1.55'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO Mon Jan 11 17:10:01 2021 +0100
+++ b/src/pyams_default_theme.egg-info/PKG-INFO Tue Jan 12 13:39:51 2021 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-default-theme
-Version: 0.1.54.1
+Version: 0.1.55
Summary: PyAMS default theme
Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
Author: Thierry Florac
@@ -11,6 +11,10 @@
History
=======
+ 0.1.55
+ ------
+ - added aggregations support to search results portlets
+
0.1.54.1
--------
- updated template of renderer of HTML paragraph with logo