summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b2076cd..5550995 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 4c92b51..a10b6a1 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