# HG changeset patch # User Thierry Florac # Date 1549890831 -3600 # Node ID 32da1f79fb768c317278e97ed842b4a52e9258f0 # Parent a3ea045fdd06a5a9704dc215ea77b37cfa01eab2 Version 0.1.45 diff -r a3ea045fdd06 -r 32da1f79fb76 buildout.cfg --- a/buildout.cfg Fri Feb 08 14:09:59 2019 +0100 +++ b/buildout.cfg Mon Feb 11 14:13:51 2019 +0100 @@ -85,4 +85,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.44 +pyams_content = 0.1.45 diff -r a3ea045fdd06 -r 32da1f79fb76 docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Feb 08 14:09:59 2019 +0100 +++ b/docs/HISTORY.txt Mon Feb 11 14:13:51 2019 +0100 @@ -1,6 +1,11 @@ History ======= +0.1.45 +------ + - update Youtube video provider to handle extraction of video ID from long video page URL + - added "mailto:" links into menus and navigation components + 0.1.44 ------ - added search engine settings for Opensearch integration diff -r a3ea045fdd06 -r 32da1f79fb76 setup.py --- a/setup.py Fri Feb 08 14:09:59 2019 +0100 +++ b/setup.py Mon Feb 11 14:13:51 2019 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.44' +version = '0.1.45' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r a3ea045fdd06 -r 32da1f79fb76 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Fri Feb 08 14:09:59 2019 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Mon Feb 11 14:13:51 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.44 +Version: 0.1.45 Summary: PyAMS base content interfaces and classes Home-page: http://hg.ztfy.org/pyams/pyams_content Author: Thierry Florac @@ -72,6 +72,11 @@ History ======= + 0.1.45 + ------ + - update Youtube video provider to handle extraction of video ID from long video page URL + - added "mailto:" links into menus and navigation components + 0.1.44 ------ - added search engine settings for Opensearch integration