From 3fed74cebdf30f700141c8674f7d0380c69dc8cd Mon Sep 17 00:00:00 2001
From: Patrick Lannigan
Date: Fri, 12 Apr 2024 10:29:20 -0400
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.2=20=E2=86=92=200.5.3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/ISSUE_TEMPLATE/bug_report.md | 2 +-
CHANGELOG.md | 2 ++
docs/index.md | 2 +-
hyper_bump_it/__init__.py | 2 +-
pyproject.toml | 2 +-
5 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index c1ed8e68..d90890ce 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -24,7 +24,7 @@ A clear and concise description of what you expected to happen.
If applicable, add output from `hyper-bump-it` (text is preferred over screenshots).
**Environment information:**
- - `hyper-bump-it` Version [e.g. 0.5.2]
+ - `hyper-bump-it` Version [e.g. 0.5.3]
- OS: [e.g. Linux]
- Python Version [e.g. 3.11.1]
- Git Version [e.g. 2.39.0]
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8317dd6..cefab98f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.5.3] - 2024-04-12
+
### Added
* Python version `3.12` tested during CI
diff --git a/docs/index.md b/docs/index.md
index f875cea4..3fae8162 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,4 +1,4 @@
-# Hyper Bump It - 0.5.2
+# Hyper Bump It - 0.5.3
[![CI pipeline status](https://github.com/plannigan/hyper-bump-it/actions/workflows/main.yml/badge.svg?branch=main)][ci]
[![PyPI](https://img.shields.io/pypi/v/hyper-bump-it)][pypi]
diff --git a/hyper_bump_it/__init__.py b/hyper_bump_it/__init__.py
index 72251527..43a1e95b 100644
--- a/hyper_bump_it/__init__.py
+++ b/hyper_bump_it/__init__.py
@@ -1 +1 @@
-__version__ = "0.5.2"
+__version__ = "0.5.3"
diff --git a/pyproject.toml b/pyproject.toml
index 5e7b4bc1..4cb61efa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "hyper-bump-it"
-version = "0.5.2"
+version = "0.5.3"
description = "A version bumping tool"
readme = "README.md"
requires-python = ">=3.9,<4.0"