Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMorganNZ committed May 24, 2021
2 parents 79f4135 + df50632 commit 79903fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include *.txt
include *.md
recursive-include verto *.html *.py *.png *.conf *.md *.json
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
#######################################

1.0.1
=======================================

- Fix bug where required HTML files are not packaged in build.

1.0.0
=======================================

Expand Down
1 change: 1 addition & 0 deletions verto/VertoExtension.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def loadJinjaTemplates(self, custom_templates):
Args:
custom_templates: a dictionary of names to custom templates
which are used to override default templates.
Returns:
A dictionary of tuples containing template-names to
compiled jinja templated.
Expand Down
2 changes: 1 addition & 1 deletion verto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flake8: noqa
from .Verto import Verto

__version__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit 79903fd

Please sign in to comment.