Skip to content

Commit

Permalink
Bump version to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdd committed Oct 10, 2018
1 parent 1edd616 commit 21ddc4a
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.6

- Add `template` method which creates a renderer from precompiled code.

## 0.9.5

- Fix resolving unicode fields in Python 2
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.5'
__version_info__ = (0, 9, 5, 'final', 0)
__version__ = '0.9.6'
__version_info__ = (0, 9, 6, '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='pybars3',
version='0.9.5',
version='0.9.6',
description='Handlebars.js templating for Python 3 and 2',
long_description='Documentation is maintained at https://github.com/wbond/pybars3#readme',
author='wbond, mjumbewu',
Expand Down

0 comments on commit 21ddc4a

Please sign in to comment.