Skip to content

Commit

Permalink
Bump version: 0.9.14 -> 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tamere-allo-peter committed Aug 1, 2022
1 parent f0dcb91 commit 6c4b6b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.14
current_version = 0.9.15
tag = True
tag_name = {new_version}
sign_tags = True
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ max-line-length = 120
disable = fixme

[metadata]
version = 0.9.14
version = 0.9.15
name = yamlfixer-opt-nc
description = automates the fixing of problems reported by yamllint
long_description = file: README.md
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: yamlfixer-opt-nc
base: core20
version: '0.9.14'
version: '0.9.15'
summary: automates the fixing of problems reported by yamllint
description: |
yamlfixer automates the fixing of problems reported by
Expand Down
2 changes: 1 addition & 1 deletion yamlfixer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

import time

__version__ = "0.9.14"
__version__ = "0.9.15"
__author__ = "OPT-NC"
__license__ = "GPLv3+"
__year__ = time.strftime("%Y", time.localtime(time.time()))
Expand Down

0 comments on commit 6c4b6b3

Please sign in to comment.