Skip to content

Commit

Permalink
Release v0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-critter committed Mar 4, 2019
1 parent 6757c59 commit bf583b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
23 changes: 12 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion publ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from . import config, rendering, model, index, caching, view, utils
from . import maintenance, image

__version__ = '0.3.18.1'
__version__ = '0.3.19'


class _PublApp(flask.Flask):
Expand Down
1 change: 1 addition & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ def favicon():
img, _ = logo.get_rendition(format='ico')
return flask.redirect(img)


if __name__ == "__main__":
app.run(port=os.environ.get('PORT', 5000))

0 comments on commit bf583b6

Please sign in to comment.