--- a/buildout.cfg Wed Jul 15 17:55:47 2020 +0200
+++ b/buildout.cfg Mon Jul 20 14:19:25 2020 +0200
@@ -20,6 +20,7 @@
src = src
develop =
.
+ ../myams
../pyams_catalog
../pyams_content
../pyams_file
@@ -79,4 +80,4 @@
eggs = pyams_default_theme [test]
[versions]
-pyams_default_theme = 0.1.49
+pyams_default_theme = 0.1.50
--- a/docs/HISTORY.txt Wed Jul 15 17:55:47 2020 +0200
+++ b/docs/HISTORY.txt Mon Jul 20 14:19:25 2020 +0200
@@ -1,6 +1,11 @@
History
=======
+0.1.50
+------
+ - moved MyAMS resources to dedicated package
+ - updated search results pagination
+
0.1.49
------
- updated paragraphs and portlets templates to add conditions on titles rendering
--- a/setup.py Wed Jul 15 17:55:47 2020 +0200
+++ b/setup.py Mon Jul 20 14:19:25 2020 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.49'
+version = '0.1.50'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO Wed Jul 15 17:55:47 2020 +0200
+++ b/src/pyams_default_theme.egg-info/PKG-INFO Mon Jul 20 14:19:25 2020 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-default-theme
-Version: 0.1.49
+Version: 0.1.50
Summary: PyAMS default theme
Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
Author: Thierry Florac
@@ -11,6 +11,11 @@
History
=======
+ 0.1.50
+ ------
+ - moved MyAMS resources to dedicated package
+ - updated search results pagination
+
0.1.49
------
- updated paragraphs and portlets templates to add conditions on titles rendering