Version 0.1.64.2 0.1.64.2
authorThierry Florac <tflorac@ulthar.net>
Tue, 01 Dec 2020 09:19:16 +0100
changeset 1441 71c0d3142b7b
parent 1440 d78e15b0ca36
child 1442 22716baab0fe
Version 0.1.64.2
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Tue Dec 01 09:08:53 2020 +0100
+++ b/buildout.cfg	Tue Dec 01 09:19:16 2020 +0100
@@ -87,4 +87,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.64.1
+pyams_content = 0.1.64.2
--- a/docs/HISTORY.txt	Tue Dec 01 09:08:53 2020 +0100
+++ b/docs/HISTORY.txt	Tue Dec 01 09:19:16 2020 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.64.2
+--------
+ - corrected syntax error in view themes management
+
 0.1.64.1
 --------
  - corrected view name in themes management
--- a/setup.py	Tue Dec 01 09:08:53 2020 +0100
+++ b/setup.py	Tue Dec 01 09:19:16 2020 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.64.1'
+version = '0.1.64.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -49,8 +49,8 @@
       package_dir={'': 'src'},
       namespace_packages=[],
       include_package_data=True,
-      package_data={'': ['*.zcml', '*.txt', '*.pt', '*.pot', '*.po', '*.mo', '*.png', '*.gif', '*.jpeg', '*.jpg',
-                         '*.css', '*.js']},
+      package_data={'': ['*.zcml', '*.txt', '*.pt', '*.pot', '*.po', '*.mo',
+                         '*.png', '*.gif', '*.jpeg', '*.jpg', '*.css', '*.js']},
       zip_safe=False,
       # uncomment this to be able to run tests with setup.py
       test_suite="pyams_content.tests.test_utilsdocs.test_suite",
--- a/src/pyams_content.egg-info/PKG-INFO	Tue Dec 01 09:08:53 2020 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Tue Dec 01 09:19:16 2020 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.64.1
+Version: 0.1.64.2
 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.64.2
+        --------
+         - corrected syntax error in view themes management
+        
         0.1.64.1
         --------
          - corrected view name in themes management