Skip to content

Commit

Permalink
Bump version: 0.4.4 → 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i committed Sep 29, 2022
1 parent 697a66f commit 9f58cb1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/kubeseal_auto/cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = "0.4.4"
__version__ = "0.4.5"

import click
import colorama
Expand Down

0 comments on commit 9f58cb1

Please sign in to comment.