Skip to content

Commit

Permalink
Bump version to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdd committed Oct 6, 2018
1 parent 0c0ddc5 commit ae0b3ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# changelog

## 0.9.5

- Fix resolving unicode fields in Python 2

## 0.9.4

- Add support for raw blocks
- Add support for raw blocks (issues: #24, #25, #36)

## 0.9.3

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.4'
__version_info__ = (0, 9, 4, 'final', 0)
__version__ = '0.9.5'
__version_info__ = (0, 9, 5, '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.4',
version='0.9.5',
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 ae0b3ba

Please sign in to comment.