From 11f38b3153d17318ab117215f5ef03332f4017b1 Mon Sep 17 00:00:00 2001 From: idle sign Date: Fri, 15 Jan 2021 12:39:24 +0700 Subject: [PATCH] Release v0.22.0 --- CHANGELOG | 4 ++-- uwsgiconf/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 678bfde..69c95ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,8 @@ uwsgiconf changelog =================== -Unreleased ----------- +v0.22.0 [2021-01-15] +-------------------- + Logging. Added 'fd' and 'stdio' loggers support. + Preset Nice. '.configure_certbot_https()' now accepts 'http_redirect' param. + Preset Nice. Added '.configure_logging_json()' helper. diff --git a/uwsgiconf/__init__.py b/uwsgiconf/__init__.py index 5bcac77..d6909a0 100644 --- a/uwsgiconf/__init__.py +++ b/uwsgiconf/__init__.py @@ -1 +1 @@ -VERSION = (0, 21, 0) \ No newline at end of file +VERSION = (0, 22, 0) \ No newline at end of file