Version 0.1.31.1 0.1.31.1
authorThierry Florac <thierry.florac@onf.fr>
Fri, 14 Dec 2018 20:51:49 +0100
changeset 1178 a82fd2ebb713
parent 1177 3456f15b35cf
child 1179 0ba193727ae5
Version 0.1.31.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Fri Dec 14 20:12:13 2018 +0100
+++ b/buildout.cfg	Fri Dec 14 20:51:49 2018 +0100
@@ -86,4 +86,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.31
+pyams_content = 0.1.31.1
--- a/docs/HISTORY.txt	Fri Dec 14 20:12:13 2018 +0100
+++ b/docs/HISTORY.txt	Fri Dec 14 20:51:49 2018 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.31.1
+--------
+ - updated template translation domain
+
 0.1.31
 ------
  - updated dynamic menus management
--- a/setup.py	Fri Dec 14 20:12:13 2018 +0100
+++ b/setup.py	Fri Dec 14 20:51:49 2018 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.31'
+version = '0.1.31.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Fri Dec 14 20:12:13 2018 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Fri Dec 14 20:51:49 2018 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.31
+Version: 0.1.31.1
 Summary: PyAMS base content interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_content
 Author: Thierry Florac
@@ -72,6 +72,10 @@
         History
         =======
         
+        0.1.31.1
+        --------
+         - updated template translation domain
+        
         0.1.31
         ------
          - updated dynamic menus management