Skip to content

Commit d333b1a

Browse files
committed
Bump version
1 parent 1f43c5f commit d333b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tekdrive/models/drive/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class File(DriveBase, Downloadable):
4040
shared_at (datetime, optional): When the file was shared with the
4141
requesting user. Will be ``None`` if the user has direct access.
4242
type (str): Type of TekDrive object - will always be ``"FILE"``.
43-
permissions (x:ref:`permissions`): File permissions for the requesting user.
43+
permissions (:ref:`permissions`): File permissions for the requesting user.
4444
updated_at (datetime, optional): When the file was last updated.
4545
"""
4646

tekdrive/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Settings/constants"""
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.1.0"
44

55
RATELIMIT_SECONDS = 1
66
TIMEOUT = 15

0 commit comments

Comments
 (0)