Skip to content

Commit

Permalink
bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRosenbaum committed Jun 26, 2024
1 parent e9e0a79 commit 4277195
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changes

## v0.4.1

* First release with automated releases.
2 changes: 1 addition & 1 deletion tasktiger_admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .views import TaskTigerView

__version__ = "0.4"
__version__ = "0.4.1"
__all__ = ["TaskTigerView", "tasktiger_admin"]

tasktiger_admin = Blueprint(
Expand Down

0 comments on commit 4277195

Please sign in to comment.