File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
4
+ 4.0.1 (2021-08-07)
5
+ ------------------
6
+
7
+ * Do not overwrite original value when trying to convert to a number (#902 by @lavigne958)
8
+
4
9
4.0.0 (2021-08-01)
5
10
------------------
6
11
@@ -10,7 +15,7 @@ Release History
10
15
11
16
* Fix `copy_permission ` argument comparison in `Client.copy() ` method (#898 by @lavigne958)
12
17
13
- * Alow creation of spreadhsheets in a shared drive (#895 by @lavigne958)
18
+ * Allow creation of spreadhsheets in a shared drive (#895 by @lavigne958)
14
19
15
20
* Allow `gspread.oauth() ` to accept a custom credential file (#891 by @slmtpz)
16
21
@@ -441,18 +446,18 @@ Release History
441
446
* Support for deleting worksheets from a spreadsheet.
442
447
443
448
0.0.15 (2013-02-01)
444
- ------------------
449
+ -------------------
445
450
446
451
* Couple of bugfixes.
447
452
448
453
0.0.14 (2013-01-31)
449
- ------------------
454
+ -------------------
450
455
451
456
* Bugfix in Python 3.
452
457
453
458
454
459
0.0.12 (2011-12-25)
455
- ------------------
460
+ -------------------
456
461
457
462
* Python 3 support.
458
463
Original file line number Diff line number Diff line change 9
9
"""
10
10
11
11
12
- __version__ = '4.0.0 '
12
+ __version__ = '4.0.1 '
13
13
__author__ = 'Anton Burnashev'
14
14
15
15
You can’t perform that action at this time.
0 commit comments