diff --git a/HISTORY b/HISTORY index 204da2f..f361df9 100644 --- a/HISTORY +++ b/HISTORY @@ -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 ==== diff --git a/pyproject.toml b/pyproject.toml index a73a78e..a9006a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "BSD-3-Clause"