From e20afd88a2f71d89f526982f7fb840b18b5547ca Mon Sep 17 00:00:00 2001 From: fluffy Date: Wed, 13 Feb 2019 18:33:27 -0800 Subject: [PATCH] bump version --- publ/__init__.py | 2 +- publ/html_entry.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/publ/__init__.py b/publ/__init__.py index 8ee6f247..452479f1 100755 --- a/publ/__init__.py +++ b/publ/__init__.py @@ -12,7 +12,7 @@ from . import config, rendering, model, index, caching, view, utils from . import maintenance, image -__version__ = '0.3.14' +__version__ = '0.3.15' class _PublApp(flask.Flask): diff --git a/publ/html_entry.py b/publ/html_entry.py index c7657c1c..e3e77302 100644 --- a/publ/html_entry.py +++ b/publ/html_entry.py @@ -77,7 +77,6 @@ def _image_attrs(self, attrs): img = image.get_image(img_path, self._search_path) for key, val in img_args.items(): - print(key, val) if val and key not in config: config[key] = val