Version 0.1.31.2 0.1.31.2
authorThierry Florac <thierry.florac@onf.fr>
Mon, 17 Dec 2018 14:36:22 +0100
changeset 1183 4960f29e4127
parent 1182 601ab27cdd59
child 1184 72bee64f2f91
Version 0.1.31.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Mon Dec 17 11:30:29 2018 +0100
+++ b/buildout.cfg	Mon Dec 17 14:36:22 2018 +0100
@@ -86,4 +86,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.31.1
+pyams_content = 0.1.31.2
--- a/docs/HISTORY.txt	Mon Dec 17 11:30:29 2018 +0100
+++ b/docs/HISTORY.txt	Mon Dec 17 14:36:22 2018 +0100
@@ -1,6 +1,11 @@
 History
 =======
 
+0.1.31.2
+--------
+ - corrected required property of internal link "force_canonical_url" attribute
+ - updated site container header
+
 0.1.31.1
 --------
  - updated template translation domain
--- a/setup.py	Mon Dec 17 11:30:29 2018 +0100
+++ b/setup.py	Mon Dec 17 14:36:22 2018 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.31.1'
+version = '0.1.31.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Mon Dec 17 11:30:29 2018 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Mon Dec 17 14:36:22 2018 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.31.1
+Version: 0.1.31.2
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -72,6 +72,11 @@
         History
         =======
         
+        0.1.31.2
+        --------
+         - corrected required property of internal link "force_canonical_url" attribute
+         - updated site container header
+        
         0.1.31.1
         --------
          - updated template translation domain