Skip to content

Commit

Permalink
Bump the version to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Mert Yildiran committed Jan 18, 2021
1 parent 10bb110 commit b7823ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## 0.9.11

- Disable escaping line-feed characters in the grammar definition

## 0.9.10

- Disable HTML escaping
Expand Down
4 changes: 2 additions & 2 deletions pybars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
PybarsError
)

__version__ = '0.9.10'
__version_info__ = (0, 9, 10, 'final', 0)
__version__ = '0.9.11'
__version_info__ = (0, 9, 11, 'final', 0)

__all__ = [
'Compiler',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


setup(name='pybars4',
version='0.9.10',
version='0.9.11',
description='Handlebars.js templating for Python 3',
long_description='Documentation is maintained at https://github.com/up9inc/pybars4#readme',
author='wbond, mjumbewu, undera, mehmet',
Expand Down

0 comments on commit b7823ab

Please sign in to comment.