# HG changeset patch # User Thierry Florac # Date 1595247565 -7200 # Node ID 934cadc1b497f0816cfaf350313bfc85380820d3 # Parent ab5a456901ecfdbdf04a6db65f87bdd40bcd8a49 Version 0.1.50 diff -r ab5a456901ec -r 934cadc1b497 buildout.cfg --- 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 diff -r ab5a456901ec -r 934cadc1b497 docs/HISTORY.txt --- 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 diff -r ab5a456901ec -r 934cadc1b497 setup.py --- 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 = [] diff -r ab5a456901ec -r 934cadc1b497 src/pyams_default_theme.egg-info/PKG-INFO --- 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