From 7740299ad87e91ecab9ca82f0171509a1820fe5b Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Wed, 30 Oct 2024 00:32:37 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=201.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/middleware/gzip.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/middleware/gzip.md b/docs/middleware/gzip.md index 1199e71..08a5cd8 100644 --- a/docs/middleware/gzip.md +++ b/docs/middleware/gzip.md @@ -1,6 +1,6 @@ # gzip compression middleware -> New in 1.3.1! +> New in 1.4.0! ```python from spiderweb import SpiderwebRouter diff --git a/pyproject.toml b/pyproject.toml index fc93003..70f6a75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spiderweb-framework" -version = "1.3.1" +version = "1.4.0" description = "A small web framework, just big enough for a spider." authors = ["Joe Kaufeld "] readme = "README.md"