Skip to content

Commit

Permalink
chore: 21.3.2 Release (#109)
Browse files Browse the repository at this point in the history
Other:
------

- (**deps-dev**) Bump coverage from 5.5 to 6.1.1 (#106)
- (**deps-dev**) Bump pytest-cov from 2.12.1 to 3.0.0 (#104)
- (**deps**) Bump tomli from 1.2.1 to 1.2.2 (#105)
- (**deps**) Bump actions/checkout from 2.3.4 to 2.3.5 (#107)
- Use Python 3.10 as dev version (#108)

Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
  • Loading branch information
1 parent 7544ff9 commit 9a65b8f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 21.3.2 (2021-11-01)

## Other:

- (**deps-dev**) Bump coverage from 5.5 to 6.1.1 (#106)
- (**deps-dev**) Bump pytest-cov from 2.12.1 to 3.0.0 (#104)
- (**deps**) Bump tomli from 1.2.1 to 1.2.2 (#105)
- (**deps**) Bump actions/checkout from 2.3.4 to 2.3.5 (#107)
- Use Python 3.10 as dev version (#108)

# 21.3.1 (2021-10-02)

## Other:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ignore_errors = true

[tool.poetry]
name = "badabump"
version = "21.3.1"
version = "21.3.2"
description = "Manage changelog and bump project version number using conventional commits from latest git tag. Support Python & JavaScript projects and CalVer & SemVer schemas. Designed to run at GitHub Actions."
authors = ["Igor Davydenko <iam@igordavydenko.com>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/badabump/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__app__ = "badabump"
__author__ = "Igor Davydenko <iam@igordavydenko.com>"
__license__ = "BSD-3-Clause"
__version__ = "21.3.1"
__version__ = "21.3.2"

0 comments on commit 9a65b8f

Please sign in to comment.