Version 0.1.2 0.1.2
authorThierry Florac <thierry.florac@onf.fr>
Fri, 08 Dec 2017 12:18:17 +0100
changeset 6 eab3b98972b2
parent 5 d42274ef0f0e
child 7 661d6850cc99
Version 0.1.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
src/pyams_default_theme.egg-info/requires.txt
--- a/buildout.cfg	Sun Nov 26 10:00:07 2017 +0100
+++ b/buildout.cfg	Fri Dec 08 12:18:17 2017 +0100
@@ -68,4 +68,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.1
+pyams_default_theme = 0.1.2
--- a/docs/HISTORY.txt	Sun Nov 26 10:00:07 2017 +0100
+++ b/docs/HISTORY.txt	Fri Dec 08 12:18:17 2017 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.2
+-----
+ - moved javascript extensions to page head
+
 0.1.1
 -----
  - added missing locales
--- a/setup.py	Sun Nov 26 10:00:07 2017 +0100
+++ b/setup.py	Fri Dec 08 12:18:17 2017 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.1'
+version = '0.1.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Sun Nov 26 10:00:07 2017 +0100
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Fri Dec 08 12:18:17 2017 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-default-theme
-Version: 0.1.1
+Version: 0.1.2
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -11,6 +11,10 @@
         History
         =======
         
+        0.1.2
+        -----
+         - moved javascript extensions to page head
+        
         0.1.1
         -----
          - added missing locales
--- a/src/pyams_default_theme.egg-info/requires.txt	Sun Nov 26 10:00:07 2017 +0100
+++ b/src/pyams_default_theme.egg-info/requires.txt	Fri Dec 08 12:18:17 2017 +0100
@@ -1,6 +1,6 @@
+setuptools
 pyams_skin
 pyramid
-setuptools
 zope.component
 zope.interface