Version 0.1.54.1 0.1.54.1
authorThierry Florac <tflorac@ulthar.net>
Tue, 01 Dec 2020 09:20:22 +0100
changeset 537 da12902f2dc9
parent 536 8690c101d070
child 538 e26e86b564b1
Version 0.1.54.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- a/buildout.cfg	Tue Dec 01 09:10:57 2020 +0100
+++ b/buildout.cfg	Tue Dec 01 09:20:22 2020 +0100
@@ -80,4 +80,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.54
+pyams_default_theme = 0.1.54.1
--- a/docs/HISTORY.txt	Tue Dec 01 09:10:57 2020 +0100
+++ b/docs/HISTORY.txt	Tue Dec 01 09:20:22 2020 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.54.1
+--------
+ - updated template of renderer of HTML paragraph with logo
+
 0.1.54
 ------
  - added HTML paragraph renderer including logo
--- a/setup.py	Tue Dec 01 09:10:57 2020 +0100
+++ b/setup.py	Tue Dec 01 09:20:22 2020 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.54'
+version = '0.1.54.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Tue Dec 01 09:10:57 2020 +0100
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Tue Dec 01 09:20:22 2020 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-default-theme
-Version: 0.1.54
+Version: 0.1.54.1
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -11,6 +11,10 @@
         History
         =======
         
+        0.1.54.1
+        --------
+         - updated template of renderer of HTML paragraph with logo
+        
         0.1.54
         ------
          - added HTML paragraph renderer including logo