Version 0.1.41
authorThierry Florac <tflorac@ulthar.net>
Tue, 22 Jan 2019 15:19:33 +0100
changeset 1249 0ffecffbd987
parent 1248 2419d4bad22b
child 1250 578f8c122767
Version 0.1.41
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content.egg-info/PKG-INFO
src/pyams_content/locales/fr/LC_MESSAGES/pyams_content.po
--- 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
--- 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
--- 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 = []
--- 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
--- 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"