Version 0.1.36.1 0.1.36.1
authorThierry Florac <tflorac@ulthar.net>
Fri, 25 Jan 2019 12:11:45 +0100
changeset 404 dbc23a1d1d54
parent 403 258ae50e8f56
child 405 767b0ff5ce40
Version 0.1.36.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- a/buildout.cfg	Fri Jan 25 12:06:18 2019 +0100
+++ b/buildout.cfg	Fri Jan 25 12:11:45 2019 +0100
@@ -21,7 +21,6 @@
 develop =
     .
     ../pyams_catalog
-    ../pyams_catalog
     ../pyams_content
     ../pyams_file
     ../pyams_form
@@ -79,4 +78,4 @@
 eggs = pyams_default_theme [test]
 
 [versions]
-pyams_default_theme = 0.1.36
+pyams_default_theme = 0.1.36.1
--- a/docs/HISTORY.txt	Fri Jan 25 12:06:18 2019 +0100
+++ b/docs/HISTORY.txt	Fri Jan 25 12:11:45 2019 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.36.1
+--------
+ - moved shared content specificities portlet settings to PyAMS_content package
+
 0.1.36
 ------
  - updated base shared content base class relative URL adapter to use visible version instead
--- a/setup.py	Fri Jan 25 12:06:18 2019 +0100
+++ b/setup.py	Fri Jan 25 12:11:45 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.36'
+version = '0.1.36.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_default_theme.egg-info/PKG-INFO	Fri Jan 25 12:06:18 2019 +0100
+++ b/src/pyams_default_theme.egg-info/PKG-INFO	Fri Jan 25 12:11:45 2019 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-default-theme
-Version: 0.1.36
+Version: 0.1.36.1
 Summary: PyAMS default theme
 Home-page: http://hg.ztfy.org/pyams/pyams_default_theme
 Author: Thierry Florac
@@ -11,6 +11,10 @@
         History
         =======
         
+        0.1.36.1
+        --------
+         - moved shared content specificities portlet settings to PyAMS_content package
+        
         0.1.36
         ------
          - updated base shared content base class relative URL adapter to use visible version instead