Skip to content

Commit 26abe91

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent 99f4bfa commit 26abe91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fastapi_users_db_tortoise/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from tortoise.exceptions import DoesNotExist
1010
from tortoise.queryset import QuerySetSingle
1111

12-
__version__ = "1.1.0"
12+
__version__ = "1.1.1"
1313

1414

1515
class TortoiseBaseUserModel(models.Model):

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.1
33
commit = True
44
tag = True
55

@@ -19,7 +19,7 @@ profile = black
1919
[tool:pytest]
2020
addopts = --ignore=test_build.py
2121
asyncio_mode = auto
22-
markers =
22+
markers =
2323
authentication
2424
db
2525
fastapi_users

0 commit comments

Comments
 (0)