We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a78617 commit ffc1d44Copy full SHA for ffc1d44
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "safrs"
3
4
-version = "3.1.5"
+version = "3.1.6"
5
6
description="SAFRS : SqlAlchemy Flask-Restful Swagger"
7
safrs/__about__.py
@@ -1,2 +1,2 @@
-__version__ = "3.1.5"
+__version__ = "3.1.6"
__description__ = "Self-documenting(OAS) JSON:API framework for flask"
setup.py
@@ -10,7 +10,7 @@ def safrs_setup():
10
with open("requirements.txt", "rt") as fp:
11
install_requires = fp.read().strip().split("\n")
12
13
- version = "3.1.5"
+ version = "3.1.6"
14
15
setup(
16
name="safrs",
0 commit comments