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 1f43c5f commit d333b1aCopy full SHA for d333b1a
tekdrive/models/drive/file.py
@@ -40,7 +40,7 @@ class File(DriveBase, Downloadable):
40
shared_at (datetime, optional): When the file was shared with the
41
requesting user. Will be ``None`` if the user has direct access.
42
type (str): Type of TekDrive object - will always be ``"FILE"``.
43
- permissions (x:ref:`permissions`): File permissions for the requesting user.
+ permissions (:ref:`permissions`): File permissions for the requesting user.
44
updated_at (datetime, optional): When the file was last updated.
45
"""
46
tekdrive/settings.py
@@ -1,6 +1,6 @@
1
"""Settings/constants"""
2
3
-__version__ = "1.0.0"
+__version__ = "1.1.0"
4
5
RATELIMIT_SECONDS = 1
6
TIMEOUT = 15
0 commit comments