From 743844b0ed52ed3d830863a4aeac8b8d8f9254e6 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Mon, 1 Jun 2020 16:34:12 -0700 Subject: [PATCH] Prep 1.4.4 --- CHANGES.txt | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b2076cd4..5550995c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Unreleased ----------- +1.4.4 (2020-06-01) +------------------ - Fix an issue with keep-alive connections in which memory usage was higher than expected because output buffers were being reused across requests on diff --git a/setup.cfg b/setup.cfg index 4c92b51f..a10b6a10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = waitress -version = 1.4.4a0 +version = 1.4.4 description = Waitress WSGI server long_description = file: README.rst, CHANGES.txt long_description_content_type = text/x-rst