Skip to content

Commit

Permalink
Merge pull request #465 from plannigan/bump_version_to_0.5.3
Browse files Browse the repository at this point in the history
Bump version: 0.5.2 → 0.5.3
  • Loading branch information
plannigan authored Apr 12, 2024
2 parents 786f461 + 3fed74c commit 2d292f5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion hyper_bump_it/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.5.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2d292f5

Please # to comment.