From f827ed9a8a2baa6a3cd3375093897bcfa7b35349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Alet?= Date: Wed, 6 Jul 2022 14:58:04 +1100 Subject: [PATCH] Bump version: 0.9.13 -> 0.9.14 --- .bumpversion.cfg | 2 +- setup.cfg | 2 +- snapcraft.yaml | 2 +- yamlfixer/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b17d674..84e631e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.13 +current_version = 0.9.14 tag = True tag_name = {new_version} sign_tags = True diff --git a/setup.cfg b/setup.cfg index bf34ba5..41e138e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ max-line-length = 120 disable = fixme [metadata] -version = 0.9.13 +version = 0.9.14 name = yamlfixer-opt-nc description = automates the fixing of problems reported by yamllint long_description = file: README.md diff --git a/snapcraft.yaml b/snapcraft.yaml index ca86691..2a40e3c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,7 +1,7 @@ --- name: yamlfixer-opt-nc base: core20 -version: '0.9.13' +version: '0.9.14' summary: automates the fixing of problems reported by yamllint description: | yamlfixer automates the fixing of problems reported by diff --git a/yamlfixer/__init__.py b/yamlfixer/__init__.py index c8d4869..c642878 100755 --- a/yamlfixer/__init__.py +++ b/yamlfixer/__init__.py @@ -24,7 +24,7 @@ import time -__version__ = "0.9.13" +__version__ = "0.9.14" __author__ = "OPT-NC" __license__ = "GPLv3+" __year__ = time.strftime("%Y", time.localtime(time.time()))