Skip to content

Commit a295230

Browse files
committed
Release version v4.0.1
Signed-off-by: Alexandre Lavigne <[email protected]>
1 parent 0181ca8 commit a295230

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

HISTORY.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release History
22
===============
33

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+
49
4.0.0 (2021-08-01)
510
------------------
611

@@ -10,7 +15,7 @@ Release History
1015

1116
* Fix `copy_permission` argument comparison in `Client.copy()` method (#898 by @lavigne958)
1217

13-
* Alow creation of spreadhsheets in a shared drive (#895 by @lavigne958)
18+
* Allow creation of spreadhsheets in a shared drive (#895 by @lavigne958)
1419

1520
* Allow `gspread.oauth()` to accept a custom credential file (#891 by @slmtpz)
1621

@@ -441,18 +446,18 @@ Release History
441446
* Support for deleting worksheets from a spreadsheet.
442447

443448
0.0.15 (2013-02-01)
444-
------------------
449+
-------------------
445450

446451
* Couple of bugfixes.
447452

448453
0.0.14 (2013-01-31)
449-
------------------
454+
-------------------
450455

451456
* Bugfix in Python 3.
452457

453458

454459
0.0.12 (2011-12-25)
455-
------------------
460+
-------------------
456461

457462
* Python 3 support.
458463

gspread/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111

12-
__version__ = '4.0.0'
12+
__version__ = '4.0.1'
1313
__author__ = 'Anton Burnashev'
1414

1515

0 commit comments

Comments
 (0)