Skip to content

Commit df6895d

Browse files
committed
Version 0.8.0
1 parent 0bf9804 commit df6895d

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
@@ -26,7 +26,7 @@
2626
# established at this point, and setup.py will use a version of next-$(revno).
2727
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
2828
# Otherwise it is major.minor.micro~$(revno).
29-
__version__ = (0, 7, 2, 'final', 0)
29+
__version__ = (0, 8, 0, 'final', 0)
3030

3131
__all__ = [
3232
'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.2',
23+
version='0.8.0',
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)