Skip to content

Commit 5c0da47

Browse files
committed
Update version and HISTORY
1 parent bf7dd1f commit 5c0da47

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

HISTORY

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
116
4.14
217
====
318

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pyapp"
7-
version = "4.14"
7+
version = "4.15"
88
description = "A Python application framework - Let us handle the boring stuff!"
99
authors = ["Tim Savage <[email protected]>"]
1010
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)