From 34cef6c8a89536dd736e0761319ab4b137f6b685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= Date: Fri, 13 Dec 2024 19:30:40 +0100 Subject: [PATCH] a doc update --- HISTORY.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 372db78..757beec 100755 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,7 @@ History * made the configuration a little bit more Pythonic * deprecated `configure_from_dict` and `configure_from_file` +* you can choose whether ConsoleStructuredLogHandler will log to stdout or to stderr. 0.4.0 - (2024-12-8) -------------------- diff --git a/setup.py b/setup.py index b29006a..cca080a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='seqlog', - version='0.4.0', + version='0.5.0', description="SeqLog enables logging from Python to Seq.", long_description=readme + '\n\n' + history, author="Adam Friedman",