Version 0.1.37.1 0.1.37.1
authorThierry Florac <tflorac@ulthar.net>
Thu, 14 Feb 2019 17:40:00 +0100
changeset 422 3254adfa8291
parent 421 d13e43fc1d21
child 423 a01f206f7e04
Version 0.1.37.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- a/buildout.cfg	Thu Feb 14 16:28:19 2019 +0100
+++ b/buildout.cfg	Thu Feb 14 17:40:00 2019 +0100
@@ -78,4 +78,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.37
+pyams_default_theme = 0.1.37.1
--- a/docs/HISTORY.txt	Thu Feb 14 16:28:19 2019 +0100
+++ b/docs/HISTORY.txt	Thu Feb 14 17:40:00 2019 +0100
@@ -1,6 +1,13 @@
 History
 =======
 
+0.1.37.1
+--------
+ - handle empty title in metas headers adapter
+ - change request parameter name to handle pagination in view results and avoid conflict with
+   search results pagination
+ - handle "first_page_only" property in view results portlet base renderer
+
 0.1.37
 ------
  - added Opensearch metas adapter and views
--- a/setup.py	Thu Feb 14 16:28:19 2019 +0100
+++ b/setup.py	Thu Feb 14 17:40:00 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.37'
+version = '0.1.37.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Thu Feb 14 16:28:19 2019 +0100
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Thu Feb 14 17:40:00 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-default-theme
-Version: 0.1.37
+Version: 0.1.37.1
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -11,6 +11,13 @@
         History
         =======
         
+        0.1.37.1
+        --------
+         - handle empty title in metas headers adapter
+         - change request parameter name to handle pagination in view results and avoid conflict with
+           search results pagination
+         - handle "first_page_only" property in view results portlet base renderer
+        
         0.1.37
         ------
          - added Opensearch metas adapter and views