# HG changeset patch # User Thierry Florac # Date 1606305868 -3600 # Node ID 2b44b3bf6be9f734744bc10a79d2be8b45db1fbe # Parent 31db3e8a4e44cf2643bb8d6f6e9818c1fa0f1604 Version 0.1.64.1 diff -r 31db3e8a4e44 -r 2b44b3bf6be9 buildout.cfg --- a/buildout.cfg Sat Nov 21 10:26:39 2020 +0100 +++ b/buildout.cfg Wed Nov 25 13:04:28 2020 +0100 @@ -87,4 +87,4 @@ eggs = pyams_content [test] [versions] -pyams_content = 0.1.64 +pyams_content = 0.1.64.1 diff -r 31db3e8a4e44 -r 2b44b3bf6be9 docs/HISTORY.txt --- a/docs/HISTORY.txt Sat Nov 21 10:26:39 2020 +0100 +++ b/docs/HISTORY.txt Wed Nov 25 13:04:28 2020 +0100 @@ -1,6 +1,11 @@ History ======= +0.1.64.1 +-------- + - corrected view name in themes management + - translation update + 0.1.64 ------ - added "Hubs" managers diff -r 31db3e8a4e44 -r 2b44b3bf6be9 setup.py --- a/setup.py Sat Nov 21 10:26:39 2020 +0100 +++ b/setup.py Wed Nov 25 13:04:28 2020 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.64' +version = '0.1.64.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 31db3e8a4e44 -r 2b44b3bf6be9 src/pyams_content.egg-info/PKG-INFO --- a/src/pyams_content.egg-info/PKG-INFO Sat Nov 21 10:26:39 2020 +0100 +++ b/src/pyams_content.egg-info/PKG-INFO Wed Nov 25 13:04:28 2020 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content -Version: 0.1.64 +Version: 0.1.64.1 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.64.1 + -------- + - corrected view name in themes management + - translation update + 0.1.64 ------ - added "Hubs" managers diff -r 31db3e8a4e44 -r 2b44b3bf6be9 src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.mo Binary file src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.mo has changed diff -r 31db3e8a4e44 -r 2b44b3bf6be9 src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po --- a/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po Sat Nov 21 10:26:39 2020 +0100 +++ b/src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po Wed Nov 25 13:04:28 2020 +0100 @@ -3582,7 +3582,7 @@ #: src/pyams_content/root/zmi/sites.py:73 msgid "Blogs and shared sites" -msgstr "Blogs et sites partagés" +msgstr "Blogs, hubs et sites partagés" #: src/pyams_content/root/zmi/sites.py:103 msgid "Visible site?"