We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f4bfa commit 26abe91Copy full SHA for 26abe91
fastapi_users_db_tortoise/__init__.py
@@ -9,7 +9,7 @@
9
from tortoise.exceptions import DoesNotExist
10
from tortoise.queryset import QuerySetSingle
11
12
-__version__ = "1.1.0"
+__version__ = "1.1.1"
13
14
15
class TortoiseBaseUserModel(models.Model):
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.0
+current_version = 1.1.1
3
commit = True
4
tag = True
5
@@ -19,7 +19,7 @@ profile = black
19
[tool:pytest]
20
addopts = --ignore=test_build.py
21
asyncio_mode = auto
22
-markers =
+markers =
23
authentication
24
db
25
fastapi_users
0 commit comments