Skip to content

Commit

Permalink
Bump the version to 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Mert Yildiran committed Jan 16, 2021
1 parent 2e1b82c commit 299b579
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# changelog

## 0.9.9

- Fix the error message for the undefined object attributes

## 0.9.8

- Add the missing context(objects) support to subexpressions

## 0.9.7

- Add support for whitespace control, `{{var~}}` (Handlebars 1.1)
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.7'
__version_info__ = (0, 9, 7, 'final', 0)
__version__ = '0.9.9'
__version_info__ = (0, 9, 9, '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.8',
version='0.9.9',
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 299b579

Please sign in to comment.