Skip to content

Commit

Permalink
Bump the version to 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Mert Yildiran committed Apr 4, 2021
1 parent fba84b3 commit 4dbf00d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.13

- Reverted the changes that come with version `0.9.12`.

## 0.9.12

- Partially solved the thread-safety issues.
Expand Down
2 changes: 1 addition & 1 deletion pybars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
PybarsError
)

__version__ = '0.9.12'
__version__ = '0.9.13'
__version_info__ = (0, 9, 11, 'final', 0)

__all__ = [
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.12',
version='0.9.13',
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 4dbf00d

Please sign in to comment.