# HG changeset patch # User Thierry Florac # Date 1548166773 -3600 # Node ID 0ffecffbd98753c82932b53768042a5f9c88871a # Parent 2419d4bad22b080c102a6b3911da98b973d42cbd Version 0.1.41 diff -r 2419d4bad22b -r 0ffecffbd987 buildout.cfg --- a/buildout.cfg Tue Jan 22 14:27:57 2019 +0100 +++ b/buildout.cfg Tue Jan 22 15:19:33 2019 +0100 @@ -86,4 +86,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.40 +pyams_content = 0.1.41 diff -r 2419d4bad22b -r 0ffecffbd987 docs/HISTORY.txt --- a/docs/HISTORY.txt Tue Jan 22 14:27:57 2019 +0100 +++ b/docs/HISTORY.txt Tue Jan 22 15:19:33 2019 +0100 @@ -1,6 +1,11 @@ History ======= +0.1.41 +------ + - added Facebook account and application ID in sharing feature settings + - updated "mailto:" link URL + 0.1.40 ------ - added views and search folders sort option based on "visible publication date"; this date is chosen at publication diff -r 2419d4bad22b -r 0ffecffbd987 setup.py --- a/setup.py Tue Jan 22 14:27:57 2019 +0100 +++ b/setup.py Tue Jan 22 15:19:33 2019 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.40' +version = '0.1.41' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 2419d4bad22b -r 0ffecffbd987 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Tue Jan 22 14:27:57 2019 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Tue Jan 22 15:19:33 2019 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.40 +Version: 0.1.41 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.41 + ------ + - added Facebook account and application ID in sharing feature settings + - updated "mailto:" link URL + 0.1.40 ------ - added views and search folders sort option based on "visible publication date"; this date is chosen at publication diff -r 2419d4bad22b -r 0ffecffbd987 src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po --- a/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po Tue Jan 22 14:27:57 2019 +0100 +++ b/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po Tue Jan 22 15:19:33 2019 +0100 @@ -5847,7 +5847,8 @@ #: src/pyams_content/features/share/interfaces.py:44 msgid "Complete URL of Facebook account used for content attribution" -msgstr "URL complète du compte Facebook utilisé pour l'attribution des contenus" +msgstr "" +"URL complète du compte Facebook utilisé pour l'attribution des contenus" #: src/pyams_content/features/share/interfaces.py:47 msgid "Facebook AppID"