Version 0.1.59 0.1.59
authorThierry Florac <tflorac@ulthar.net>
Fri, 03 Jul 2020 19:23:44 +0200
changeset 1399 a01a3c9612ff
parent 1398 fc32ec8a8f53
child 1400 328c4ccd9275
Version 0.1.59
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
src/pyams_content.egg-info/SOURCES.txt
--- a/buildout.cfg	Fri Jul 03 18:43:46 2020 +0200
+++ b/buildout.cfg	Fri Jul 03 19:23:44 2020 +0200
@@ -86,4 +86,4 @@
 eggs = pyams_content [test]
 
 [versions]
-pyams_content = 0.1.58
+pyams_content = 0.1.59
--- a/docs/HISTORY.txt	Fri Jul 03 18:43:46 2020 +0200
+++ b/docs/HISTORY.txt	Fri Jul 03 19:23:44 2020 +0200
@@ -1,6 +1,10 @@
 History
 =======
 
+0.1.59
+------
+ - added internal and external links to framed paragraphs
+
 0.1.58
 ------
  - added collections to advanced search engines
--- a/setup.py	Fri Jul 03 18:43:46 2020 +0200
+++ b/setup.py	Fri Jul 03 19:23:44 2020 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.58'
+version = '0.1.59'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_content.egg-info/PKG-INFO	Fri Jul 03 18:43:46 2020 +0200
+++ b/src/pyams_content.egg-info/PKG-INFO	Fri Jul 03 19:23:44 2020 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyams-content
-Version: 0.1.58
+Version: 0.1.59
 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.59
+        ------
+         - added internal and external links to framed paragraphs
+        
         0.1.58
         ------
          - added collections to advanced search engines
--- a/src/pyams_content.egg-info/SOURCES.txt	Fri Jul 03 18:43:46 2020 +0200
+++ b/src/pyams_content.egg-info/SOURCES.txt	Fri Jul 03 19:23:44 2020 +0200
@@ -72,6 +72,7 @@
 src/pyams_content/component/links/zmi/container.py
 src/pyams_content/component/media/__init__.py
 src/pyams_content/component/paragraph/__init__.py
+src/pyams_content/component/paragraph/association.py
 src/pyams_content/component/paragraph/audio.py
 src/pyams_content/component/paragraph/contact.py
 src/pyams_content/component/paragraph/container.py