Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Basti Tee committed Aug 19, 2023
1 parent 8960fab commit 18f6b4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.1

- Codebase clean-ups

## 0.3.0

- Removed support for Python 3.7
Expand Down Expand Up @@ -85,8 +89,7 @@ First release. Contains support for:
## How to release a new version

- Finish development on branch and merge to main
- Update this changelog and commit
- Bump version number in `pyproject.toml`
- Update this changelog, bump version number in `pyproject.toml` and commit
- Run

```shell
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "my_module"
version = "0.3.0"
version = "0.3.1"
description = ""
license = "Apache 2.0"
authors = ["Basti Tee <basti.tee@posteo.de>"]
Expand Down

0 comments on commit 18f6b4e

Please sign in to comment.