Version 0.1.9 0.1.9
authorThierry Florac <thierry.florac@onf.fr>
Tue, 25 Sep 2018 11:37:34 +0200
changeset 153 461fa3beb438
parent 152 7bd4cb30b503
child 154 1972dd25e1d2
Version 0.1.9
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
src/pyams_default_theme.egg-info/SOURCES.txt
--- a/buildout.cfg	Tue Sep 25 11:24:50 2018 +0200
+++ b/buildout.cfg	Tue Sep 25 11:37:34 2018 +0200
@@ -79,4 +79,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.8
+pyams_default_theme = 0.1.9
--- a/docs/HISTORY.txt	Tue Sep 25 11:24:50 2018 +0200
+++ b/docs/HISTORY.txt	Tue Sep 25 11:37:34 2018 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.9
+-----
+ - updated templates and renderers
+
 0.1.8
 -----
  - added navigation illustration adapter for basic illustration target
--- a/setup.py	Tue Sep 25 11:24:50 2018 +0200
+++ b/setup.py	Tue Sep 25 11:37:34 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.8'
+version = '0.1.9'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Tue Sep 25 11:24:50 2018 +0200
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Tue Sep 25 11:37:34 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-default-theme
-Version: 0.1.8
+Version: 0.1.9
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -12,6 +12,10 @@
         History
         =======
         
+        0.1.9
+        -----
+         - updated templates and renderers
+        
         0.1.8
         -----
          - added navigation illustration adapter for basic illustration target
--- a/src/pyams_default_theme.egg-info/SOURCES.txt	Tue Sep 25 11:24:50 2018 +0200
+++ b/src/pyams_default_theme.egg-info/SOURCES.txt	Tue Sep 25 11:37:34 2018 +0200
@@ -107,7 +107,9 @@
 src/pyams_default_theme/shared/common/__init__.py
 src/pyams_default_theme/shared/common/portlet/__init__.py
 src/pyams_default_theme/shared/common/portlet/head.py
+src/pyams_default_theme/shared/common/portlet/title.py
 src/pyams_default_theme/shared/common/portlet/templates/head.pt
+src/pyams_default_theme/shared/common/portlet/templates/title.pt
 src/pyams_default_theme/shared/imagemap/__init__.py
 src/pyams_default_theme/shared/imagemap/templates/imagemap-default.pt
 src/pyams_default_theme/shared/imagemap/templates/render.pt