Version 0.1.69 0.1.69
authorThierry Florac <tflorac@ulthar.net>
Wed, 10 Feb 2021 13:17:30 +0100
changeset 1460 48d96b3c3fd9
parent 1459 15e7cb820128
child 1461 d2857c1db67e
Version 0.1.69
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Wed Feb 10 13:09:44 2021 +0100
+++ b/buildout.cfg	Wed Feb 10 13:17:30 2021 +0100
@@ -87,4 +87,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.68
+pyams_content = 0.1.69
--- a/docs/HISTORY.txt	Wed Feb 10 13:09:44 2021 +0100
+++ b/docs/HISTORY.txt	Wed Feb 10 13:17:30 2021 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.69
+------
+ - updated JSON output of site folder properties form
+
 0.1.68
 ------
  - handle short name update of search folders
--- a/setup.py	Wed Feb 10 13:09:44 2021 +0100
+++ b/setup.py	Wed Feb 10 13:17:30 2021 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.68'
+version = '0.1.69'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Wed Feb 10 13:09:44 2021 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Wed Feb 10 13:17:30 2021 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.68
+Version: 0.1.69
 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.69
+        ------
+         - updated JSON output of site folder properties form
+        
         0.1.68
         ------
          - handle short name update of search folders