Version 0.1.50 0.1.50
authorThierry Florac <tflorac@ulthar.net>
Mon, 20 Jul 2020 14:19:25 +0200
changeset 518 934cadc1b497
parent 517 ab5a456901ec
child 519 d3f9766fd25d
Version 0.1.50
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- 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