Skip to content

Commit a939ed9

Browse files
committed
Version 0.7.2
1 parent 2fa3c38 commit a939ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pybars/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
# established at this point, and setup.py will use a version of next-$(revno).
9898
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
9999
# Otherwise it is major.minor.micro~$(revno).
100-
__version__ = (0, 7, 1, 'final', 0)
100+
__version__ = (0, 7, 2, 'final', 0)
101101

102102
__all__ = [
103103
'Compiler',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
setup(name='pybars3',
23-
version='0.7.1',
23+
version='0.7.2',
2424
description='Handlebars.js templating for Python 3 and 2',
2525
long_description='Documentation is maintained at https://github.com/wbond/pybars3#readme',
2626
author='wbond, mjumbewu',

0 commit comments

Comments
 (0)