Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-critter committed Feb 14, 2019
1 parent 0d8323f commit e20afd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion publ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
1 change: 0 additions & 1 deletion publ/html_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e20afd8

Please sign in to comment.