Skip to content

Commit

Permalink
chore: 21.3.3 Release (#112)
Browse files Browse the repository at this point in the history
There are no changes in `badabump` itself, but repository now contains proper `release_tag` workflow file, which handles well backticks and code snippets.

```py
print("Hello, world again!")
```

Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
  • Loading branch information
1 parent b3cd40d commit 5f7f1cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 21.3.3 (In Development)
# 21.3.3 (2021-11-02)

There are no changes in `badabump` itself, but repository now contains proper `release_tag` workflow file, which handles well backticks and code snippets.

```py
print("Hello, world again!")
```

## 21.3.3a0 (2021-11-02)

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.3a0"
version = "21.3.3"
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.3a0"
__version__ = "21.3.3"

0 comments on commit 5f7f1cb

Please sign in to comment.