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 d94f111 commit fb0dddcCopy full SHA for fb0dddc
jsweb/__init__.py
@@ -11,4 +11,4 @@
11
# Make url_for easily accessible
12
from .response import url_for
13
14
-__VERSION__ = "1.0.0"
+__VERSION__ = "1.1.0"
setup.py
@@ -3,7 +3,7 @@
3
4
from setuptools import setup, find_packages
5
6
-version = "1.0.0"
+version = "1.1.0"
7
8
requirements = [
9
'jinja2',
@@ -62,6 +62,7 @@
62
"postgresql": ["psycopg2-binary"],
63
},
64
project_urls={
65
+ "Documentation": "https://jsweb-framework.site/",
66
"Homepage": "https://github.com/Jones-peter/jsweb",
67
"Bug Tracker": "https://github.com/Jones-peter/jsweb/issues",
68
0 commit comments