Version 0.1.49 0.1.49
authorThierry Florac <tflorac@ulthar.net>
Wed, 08 Jul 2020 09:59:00 +0200
changeset 514 2e377d24a2a3
parent 513 874331106012
child 515 0a295da31981
Version 0.1.49
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Jul 08 09:54:51 2020 +0200
+++ b/buildout.cfg	Wed Jul 08 09:59:00 2020 +0200
@@ -79,4 +79,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.48
+pyams_default_theme = 0.1.49
--- a/docs/HISTORY.txt	Wed Jul 08 09:54:51 2020 +0200
+++ b/docs/HISTORY.txt	Wed Jul 08 09:59:00 2020 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.49
+------
+ - updated paragraphs and portlets templates to add conditions on titles rendering
+
 0.1.48
 ------
  - updated workflow publication date portlet
--- a/setup.py	Wed Jul 08 09:54:51 2020 +0200
+++ b/setup.py	Wed Jul 08 09:59:00 2020 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.48'
+version = '0.1.49'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Wed Jul 08 09:54:51 2020 +0200
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Wed Jul 08 09:59:00 2020 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-default-theme
-Version: 0.1.48
+Version: 0.1.49
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -11,6 +11,10 @@
         History
         =======
         
+        0.1.49
+        ------
+         - updated paragraphs and portlets templates to add conditions on titles rendering
+        
         0.1.48
         ------
          - updated workflow publication date portlet