Version 0.1.70 0.1.70
authorThierry Florac <tflorac@ulthar.net>
Fri, 26 Mar 2021 16:33:56 +0100
changeset 1463 494f862afeb6
parent 1462 8bab619392d1
child 1464 0fcc36f3db69
Version 0.1.70
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
--- a/buildout.cfg	Fri Mar 19 18:12:07 2021 +0100
+++ b/buildout.cfg	Fri Mar 26 16:33:56 2021 +0100
@@ -87,4 +87,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.69
+pyams_content = 0.1.70
--- a/docs/HISTORY.txt	Fri Mar 19 18:12:07 2021 +0100
+++ b/docs/HISTORY.txt	Fri Mar 26 16:33:56 2021 +0100
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.70
+------
+ - modified content links rendering in site tree view
+
 0.1.69
 ------
  - updated JSON output of site folder properties form
--- a/setup.py	Fri Mar 19 18:12:07 2021 +0100
+++ b/setup.py	Fri Mar 26 16:33:56 2021 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.69'
+version = '0.1.70'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Fri Mar 19 18:12:07 2021 +0100
+++ b/src/pyams_content.egg-info/PKG-INFO	Fri Mar 26 16:33:56 2021 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.69
+Version: 0.1.70
 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.70
+        ------
+         - modified content links rendering in site tree view
+        
         0.1.69
         ------
          - updated JSON output of site folder properties form