# HG changeset patch # User Thierry Florac # Date 1561540556 -7200 # Node ID 5756946121f693f1b0ff75ecc837ecdff3a4483c # Parent 249a631164759af34d5c5b759dfa446b4c0737e8 Version 0.1.41 diff -r 249a63116475 -r 5756946121f6 buildout.cfg --- a/buildout.cfg Wed Jun 26 10:00:20 2019 +0200 +++ b/buildout.cfg Wed Jun 26 11:15:56 2019 +0200 @@ -78,4 +78,4 @@ eggs = pyams_default_theme [test] [versions] -pyams_default_theme = 0.1.40.1 +pyams_default_theme = 0.1.41 diff -r 249a63116475 -r 5756946121f6 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Jun 26 10:00:20 2019 +0200 +++ b/docs/HISTORY.txt Wed Jun 26 11:15:56 2019 +0200 @@ -1,6 +1,11 @@ History ======= +0.1.41 +------ + - added checks against missing illustrations in OpenGraph adapters + - corrected syntax error in template + 0.1.40.1 -------- - updated default keypoints paragraph renderer diff -r 249a63116475 -r 5756946121f6 setup.py --- a/setup.py Wed Jun 26 10:00:20 2019 +0200 +++ b/setup.py Wed Jun 26 11:15:56 2019 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.40.1' +version = '0.1.41' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 249a63116475 -r 5756946121f6 src/pyams_default_theme.egg-info/PKG-INFO --- a/src/pyams_default_theme.egg-info/PKG-INFO Wed Jun 26 10:00:20 2019 +0200 +++ b/src/pyams_default_theme.egg-info/PKG-INFO Wed Jun 26 11:15:56 2019 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-default-theme -Version: 0.1.40.1 +Version: 0.1.41 Summary: PyAMS default theme Home-page: http://hg.ztfy.org/pyams/pyams_default_theme Author: Thierry Florac @@ -11,6 +11,11 @@ History ======= + 0.1.41 + ------ + - added checks against missing illustrations in OpenGraph adapters + - corrected syntax error in template + 0.1.40.1 -------- - updated default keypoints paragraph renderer