Skip to content

Commit

Permalink
Release version v4.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lavigne <[email protected]>
  • Loading branch information
lavigne958 committed Aug 7, 2021
1 parent 0181ca8 commit a295230
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release History
===============

4.0.1 (2021-08-07)
------------------

* Do not overwrite original value when trying to convert to a number (#902 by @lavigne958)

4.0.0 (2021-08-01)
------------------

Expand All @@ -10,7 +15,7 @@ Release History

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

* Alow creation of spreadhsheets in a shared drive (#895 by @lavigne958)
* Allow creation of spreadhsheets in a shared drive (#895 by @lavigne958)

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

Expand Down Expand Up @@ -441,18 +446,18 @@ Release History
* Support for deleting worksheets from a spreadsheet.

0.0.15 (2013-02-01)
------------------
-------------------

* Couple of bugfixes.

0.0.14 (2013-01-31)
------------------
-------------------

* Bugfix in Python 3.


0.0.12 (2011-12-25)
------------------
-------------------

* Python 3 support.

Expand Down
2 changes: 1 addition & 1 deletion gspread/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""


__version__ = '4.0.0'
__version__ = '4.0.1'
__author__ = 'Anton Burnashev'


Expand Down

0 comments on commit a295230

Please sign in to comment.