Version 0.1.41 0.1.41
authorThierry Florac <tflorac@ulthar.net>
Wed, 26 Jun 2019 11:15:56 +0200
changeset 448 5756946121f6
parent 447 249a63116475
child 449 5bb4ee333834
Version 0.1.41
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_default_theme.egg-info/PKG-INFO
--- 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
--- 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
--- 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 = []
--- 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