We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4799ef5 commit 74335c5Copy full SHA for 74335c5
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__ = "0.0.0"
+__version__ = "1.0.0"
13
14
15
class TortoiseBaseUserModel(models.Model):
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.0
+current_version = 1.0.0
3
commit = True
4
tag = True
5
@@ -18,7 +18,7 @@ profile = black
18
19
[tool:pytest]
20
addopts = --ignore=test_build.py
21
-markers =
+markers =
22
authentication
23
db
24
fastapi_users
0 commit comments