Skip to content

Commit

Permalink
chore(main): release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtiesling committed Jan 4, 2024
1 parent 26d5766 commit eabdd8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.2.1](https://github.com/dtiesling/flask-muck/compare/v0.2.0...v0.2.1) (2024-01-04)


### Documentation

* add bt-macole as a contributor for infra ([#33](https://github.com/dtiesling/flask-muck/issues/33)) ([df39f7f](https://github.com/dtiesling/flask-muck/commit/df39f7ffdc919804b1a5521d2749166c38597630))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flask-muck"
version = "0.2.0"
version = "0.2.1"
authors = [
{ name="Daniel Tiesling", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/flask_muck/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .views import FlaskMuckApiView
from .callback import FlaskMuckCallback

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit eabdd8f

Please sign in to comment.