Skip to content

Commit

Permalink
Update version and HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
timsavage committed Mar 8, 2024
1 parent bf7dd1f commit 5c0da47
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
4.15
====

Features
--------

- Command decorators can now be supplied with an alternate loglevel to
allow certain commands to use a different level.

Bugfix
------

- Fix initial log replay so the specified log-level is correctly applied.


4.14
====

Expand Down
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 = "poetry.core.masonry.api"

[tool.poetry]
name = "pyapp"
version = "4.14"
version = "4.15"
description = "A Python application framework - Let us handle the boring stuff!"
authors = ["Tim Savage <tim@savage.company>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 5c0da47

Please sign in to comment.