Skip to content

Commit

Permalink
Merge pull request #151 from plannigan/bump_version_to_0.3.1
Browse files Browse the repository at this point in the history
Bump version: 0.3.0 → 0.3.1
  • Loading branch information
plannigan authored Feb 11, 2023
2 parents 5c1964e + f32d822 commit e0d0322
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.3.0]
- `hyper-bump-it` Version [e.g. 0.3.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.3.1] - 2023-02-11

### Fixed

* Incorrectly display of planned change for lines that contained leading whitespace characters.
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.3.0
# Hyper Bump It - 0.3.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.3.0"
__version__ = "0.3.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.3.0"
version = "0.3.1"
description = "A version bumping tool"
readme = "README.md"
requires-python = ">=3.9,<4.0"
Expand Down

0 comments on commit e0d0322

Please sign in to comment.