Skip to content

Commit

Permalink
v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaxxl committed Sep 12, 2020
1 parent 8f6a925 commit 9742643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion safrs/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.9.3"
__version__ = "2.10.0"
__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 @@ -9,7 +9,7 @@ def safrs_setup():
with open("requirements.txt", "rt") as fp:
install_requires = fp.read().strip().split("\n")

version = "2.9.3"
version = "2.10.0"

setup(
name="safrs",
Expand Down

0 comments on commit 9742643

Please sign in to comment.