Skip to content

Commit ffc1d44

Browse files
committed
v3.1.6
1 parent 3a78617 commit ffc1d44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "safrs"
33

4-
version = "3.1.5"
4+
version = "3.1.6"
55

66
description="SAFRS : SqlAlchemy Flask-Restful Swagger"
77

safrs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "3.1.5"
1+
__version__ = "3.1.6"
22
__description__ = "Self-documenting(OAS) JSON:API framework for flask"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def safrs_setup():
1010
with open("requirements.txt", "rt") as fp:
1111
install_requires = fp.read().strip().split("\n")
1212

13-
version = "3.1.5"
13+
version = "3.1.6"
1414

1515
setup(
1616
name="safrs",

0 commit comments

Comments
 (0)