We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f550d commit 64b7b79Copy full SHA for 64b7b79
jsweb/__init__.py
@@ -28,4 +28,4 @@
28
29
from .response import url_for
30
31
-__VERSION__ = "1.2.0"
+__VERSION__ = "1.2.1"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "jsweb"
7
-version = "1.2.0"
+version = "1.2.1"
8
description = "JsWeb - A lightweight and modern Python web framework designed for speed and simplicity."
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments