Skip to content

Commit

Permalink
chore: 21.3.0 Release (#100)
Browse files Browse the repository at this point in the history
Next major `badabump` release, which ensures Python 3.10 support.

Other:
------

- Use Python 3.10 as dev version (#92)
- Bump Python dev version to 3.10.0rc2 (#97)
- (**deps**) Bump tibdex/github-app-token from 1.3 to 1.4 (#96)
- (**deps**) Bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#95)
- (**dev-deps**) Expect on local mypy to be installed (#98)
- [#85] Take care of single quotes in tag message (#99)

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

Next major `badabump` release, which ensures Python 3.10 support.

## Other:

- Use Python 3.10 as dev version (#92)
- Bump Python dev version to 3.10.0rc2 (#97)
- (**deps**) Bump tibdex/github-app-token from 1.3 to 1.4 (#96)
- (**deps**) Bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#95)
- (**dev-deps**) Expect on local mypy to be installed (#98)
- [#85] Take care of single quotes in tag message (#99)

# 21.2.3 (2021-08-17)

## Fixes:
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.2.3"
version = "21.3.0"
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.2.3"
__version__ = "21.3.0"

0 comments on commit 87dc65e

Please sign in to comment.