We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7dd1f commit 5c0da47Copy full SHA for 5c0da47
HISTORY
@@ -1,3 +1,18 @@
1
+4.15
2
+====
3
+
4
+Features
5
+--------
6
7
+- Command decorators can now be supplied with an alternate loglevel to
8
+ allow certain commands to use a different level.
9
10
+Bugfix
11
+------
12
13
+- Fix initial log replay so the specified log-level is correctly applied.
14
15
16
4.14
17
====
18
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 <[email protected]>"]
license = "BSD-3-Clause"
0 commit comments