Skip to content

Commit

Permalink
Bump version: 5.9.9 → 5.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kakulukia committed Jan 8, 2022
1 parent 32d5b71 commit fb931d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.9'
__version__ = '5.9.10'

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

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

0 comments on commit fb931d9

Please sign in to comment.