🔖 release 1.4.0

This commit is contained in:
Joe Kaufeld 2024-10-30 00:32:37 -04:00
parent 991d6be5a3
commit 7740299ad8
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# gzip compression middleware # gzip compression middleware
> New in 1.3.1! > New in 1.4.0!
```python ```python
from spiderweb import SpiderwebRouter from spiderweb import SpiderwebRouter

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "spiderweb-framework" name = "spiderweb-framework"
version = "1.3.1" version = "1.4.0"
description = "A small web framework, just big enough for a spider." description = "A small web framework, just big enough for a spider."
authors = ["Joe Kaufeld <opensource@joekaufeld.com>"] authors = ["Joe Kaufeld <opensource@joekaufeld.com>"]
readme = "README.md" readme = "README.md"