Skip to content

Commit

Permalink
v 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaxxl committed Oct 15, 2024
1 parent 3c5fbef commit ea8f1d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "safrs"

version = "3.1.4"
version = "3.1.5"

description="SAFRS : SqlAlchemy Flask-Restful Swagger"

Expand Down
2 changes: 1 addition & 1 deletion safrs/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.1.4"
__version__ = "3.1.5"
__description__ = "Self-documenting(OAS) JSON:API framework for flask"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def safrs_setup():
with open("requirements.txt", "rt") as fp:
install_requires = fp.read().strip().split("\n")

version = "3.1.4"
version = "3.1.5"

setup(
name="safrs",
Expand Down

0 comments on commit ea8f1d5

Please sign in to comment.