Skip to content

Commit

Permalink
Bump version: 5.9.8 → 5.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kakulukia committed Mar 2, 2021
1 parent 9b0fbfb commit fd23f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypugjs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import

__version__ = '5.9.8'
__version__ = '5.9.9'

from .compiler import Compiler # noqa
from .ext import html
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.9.8
current_version = 5.9.9
commit = True
tag = True

Expand All @@ -15,3 +15,4 @@ exclude =
build,
dist
max-line-length = 140

0 comments on commit fd23f13

Please sign in to comment.