Version 0.1.14 0.1.14
authorThierry Florac <thierry.florac@onf.fr>
Tue, 30 Oct 2018 12:32:31 +0100
changeset 197 fe7f30ba737d
parent 196 748d3fb360b8
child 198 f75645bf1002
Version 0.1.14
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- a/buildout.cfg	Mon Oct 29 16:49:17 2018 +0100
+++ b/buildout.cfg	Tue Oct 30 12:32:31 2018 +0100
@@ -79,4 +79,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.13
+pyams_default_theme = 0.1.14
--- a/docs/HISTORY.txt	Mon Oct 29 16:49:17 2018 +0100
+++ b/docs/HISTORY.txt	Tue Oct 30 12:32:31 2018 +0100
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.14
+------
+ - updated default fonts
+ - updated renderers and CSS styles
+
 0.1.13
 ------
  - updated meta-headers
--- a/setup.py	Mon Oct 29 16:49:17 2018 +0100
+++ b/setup.py	Tue Oct 30 12:32:31 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.13'
+version = '0.1.14'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Mon Oct 29 16:49:17 2018 +0100
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Tue Oct 30 12:32:31 2018 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-default-theme
-Version: 0.1.13
+Version: 0.1.14
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -11,6 +11,11 @@
         History
         =======
         
+        0.1.14
+        ------
+         - updated default fonts
+         - updated renderers and CSS styles
+        
         0.1.13
         ------
          - updated meta-headers