From 5f7f1cb295f9e7c063dbc7a7c1db76491cddb312 Mon Sep 17 00:00:00 2001 From: "badabump-release-bot[bot]" <73354554+badabump-release-bot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 19:46:24 +0000 Subject: [PATCH] chore: 21.3.3 Release (#112) 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 --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- src/badabump/__init__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caa91a1..430bd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 1b6851a..dbe3f29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "BSD-3-Clause" diff --git a/src/badabump/__init__.py b/src/badabump/__init__.py index da4e91f..dc66da2 100644 --- a/src/badabump/__init__.py +++ b/src/badabump/__init__.py @@ -1,4 +1,4 @@ __app__ = "badabump" __author__ = "Igor Davydenko " __license__ = "BSD-3-Clause" -__version__ = "21.3.3a0" +__version__ = "21.3.3"