Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release 0.3.1
Browse files Browse the repository at this point in the history
dtiesling committed Feb 7, 2024
1 parent bf4e006 commit 52a9eab
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/dtiesling/flask-muck/compare/v0.3.0...v0.3.1) (2024-02-07)


### Documentation

* add more information to "Contributing" section of the README.md. ([faa38da](https://github.com/dtiesling/flask-muck/commit/faa38da1445724c85db08f53767712686c481600))

## [0.3.0](https://github.com/dtiesling/flask-muck/compare/v0.2.0...v0.3.0) (2024-01-28)


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flask-muck"
version = "0.3.0"
version = "0.3.1"
authors = [
{ name="Daniel Tiesling", email="tiesling@gmail.com" },
]
2 changes: 1 addition & 1 deletion src/flask_muck/__init__.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
from .callback import FlaskMuckCallback
from .extension import FlaskMuck

__version__ = "0.3.0"
__version__ = "0.3.1"

__all__ = [
"FlaskMuck",

0 comments on commit 52a9eab

Please sign in to comment.