We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0273e60 commit 50d4481Copy full SHA for 50d4481
fastapi_users_db_mongodb/__init__.py
@@ -7,7 +7,7 @@
7
from pydantic import UUID4
8
from pymongo.collation import Collation
9
10
-__version__ = "0.0.0"
+__version__ = "1.0.0"
11
12
13
class MongoDBUserDatabase(BaseUserDatabase[UD]):
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