From 4dbf00dbe6bc625b6622a4bc28f732792253450b Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Sun, 4 Apr 2021 18:03:05 +0300 Subject: [PATCH] Bump the version to 0.9.13 --- changelog.md | 4 ++++ pybars/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 63bc19a..274787f 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/pybars/__init__.py b/pybars/__init__.py index 13a9a4e..9d546fe 100644 --- a/pybars/__init__.py +++ b/pybars/__init__.py @@ -34,7 +34,7 @@ PybarsError ) -__version__ = '0.9.12' +__version__ = '0.9.13' __version_info__ = (0, 9, 11, 'final', 0) __all__ = [ diff --git a/setup.py b/setup.py index 852b1eb..2b6d6a6 100755 --- a/setup.py +++ b/setup.py @@ -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',