Skip to content

Commit

Permalink
Merge pull request #217 from plannigan/bump_version_to_0.4.1
Browse files Browse the repository at this point in the history
Bump version: 0.4.0 → 0.4.1
  • Loading branch information
plannigan authored May 7, 2023
2 parents 74d5161 + c212e96 commit 7f0ed5b
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.4.0]
- `hyper-bump-it` Version [e.g. 0.4.1]
- 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.4.1] - 2023-05-07

### Internal

* Update `typer` to use custom types and `Annotated` declaration style.
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.4.0
# Hyper Bump It - 0.4.1

[![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.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hyper-bump-it"
version = "0.4.0"
version = "0.4.1"
description = "A version bumping tool"
readme = "README.md"
requires-python = ">=3.9,<4.0"
Expand Down

0 comments on commit 7f0ed5b

Please sign in to comment.