Skip to content

Commit d380a5b

Browse files
committed
Bump version 1.1.3 → 1.1.4
Improvements ------------ * Bump dependencies * `beanie >=1.11.0,<2.0.0`
1 parent 259f00c commit d380a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fastapi_users_db_beanie/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pymongo import IndexModel
1111
from pymongo.collation import Collation
1212

13-
__version__ = "1.1.3"
13+
__version__ = "1.1.4"
1414

1515

1616
class BeanieBaseUser(Generic[ID], Document):

0 commit comments

Comments
 (0)