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.
2 parents 63f8374 + 64b7b79 commit 00b4723Copy full SHA for 00b4723
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"
@@ -89,6 +89,7 @@ jsweb = [
89
"templates/*.html",
90
"static/*.css",
91
"static/*.js",
92
+ "static/*.png",
93
94
# Project generation templates
95
"project_templates/*.jinja",
0 commit comments