diff --git a/.bumpversion.cfg b/.bumpversion.cfg index de5a9f2..eed0323 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,10 +1,12 @@ [bumpversion] -current_version = 0.4.4 +current_version = 0.4.5 commit = True tag = True [bumpversion:file:pyproject.toml] + [bumpversion:file:src/kubeseal_auto/cli.py] + [bumpversion:file:CHANGELOG.md] search = ## [Unreleased] replace = ## [{new_version}] - {now:%Y-%m-%d} diff --git a/CHANGELOG.md b/CHANGELOG.md index e853047..3cd1da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.4.5] - 2022-09-29 ### Added - version flag ### Changed diff --git a/pyproject.toml b/pyproject.toml index fac8816..7ee8459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kubeseal-auto" -version = "0.4.4" +version = "0.4.5" description = "An interactive wrapper for kubeseal binary" authors = ["Vadim Gedz "] license = "MIT" @@ -16,7 +16,7 @@ click = "^8.1.2" questionary = "^1.10.0" icecream = "^2.1.2" PyYAML = "^6.0" -colorama = "^0.4.4" +colorama = "^0.4.5" requests = "^2.28.1" [tool.poetry.dev-dependencies] diff --git a/src/kubeseal_auto/cli.py b/src/kubeseal_auto/cli.py index e0c9cdc..b5945ff 100755 --- a/src/kubeseal_auto/cli.py +++ b/src/kubeseal_auto/cli.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__version__ = "0.4.4" +__version__ = "0.4.5" import click import colorama