From 6d7d8df807313224f92b22e3266c3b0d897e4954 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 25 Oct 2024 15:33:21 -0700 Subject: [PATCH] release version 0.19.8 --- CHANGES.rst | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2ad511b..3b98134 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -0.19.8 ------- +0.19.8 2024-10-25 +----------------- * Bugfix Fix missing check that caused the previous fix to raise an error. #366 diff --git a/pyproject.toml b/pyproject.toml index 2cedbf2..0e06583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Quart" -version = "0.19.8.dev" +version = "0.19.8" description = "A Python ASGI web microframework with the same API as Flask" authors = ["pgjones "] classifiers = [