Skip to content

Commit 85fd0e9

Browse files
committed
Release v6.1.1
Signed-off-by: Alexandre Lavigne <[email protected]>
1 parent 2573dfb commit 85fd0e9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

HISTORY.rst

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

4+
6.1.1 (2024-05-16)
5+
------------------
6+
7+
* Add some missing typing in code by @lavigne958 in https://github.com/burnash/gspread/pull/1448
8+
* More fixes for `Worksheet.update` argument ordering & single cell updating (i.e. now `Worksheet.update_acell`) by @alexmalins in https://github.com/burnash/gspread/pull/1449
9+
* Added 'add_data_validation` to `Workhsheet` [Issue #1420] by @muddi900 in https://github.com/burnash/gspread/pull/1444
10+
* Bump typing-extensions from 4.10.0 to 4.11.0 by @dependabot in https://github.com/burnash/gspread/pull/1450
11+
* Bump black from 23.3.0 to 24.4.0 by @dependabot in https://github.com/burnash/gspread/pull/1452
12+
* Fix incorrect version number in HISTORY.rst from 6.0.1 to 6.1.0 by @yhay81 in https://github.com/burnash/gspread/pull/1455
13+
* add `get_notes` by @nbwzx in https://github.com/burnash/gspread/pull/1451
14+
* Bump mypy from 1.9.0 to 1.10.0 by @dependabot in https://github.com/burnash/gspread/pull/1459
15+
* Bump black from 24.4.0 to 24.4.2 by @dependabot in https://github.com/burnash/gspread/pull/1460
16+
* bugfix: handle domain name in spreadsheet copy permissions by @lavigne958 in https://github.com/burnash/gspread/pull/1458
17+
* Fix/api key auth version by @alifeee in https://github.com/burnash/gspread/pull/1463
18+
* Ignore pip vulnerabilities in CI. by @lavigne958 in https://github.com/burnash/gspread/pull/1464
19+
* Remove StrEnum dependency and added custom class[issue #1462] by @muddi900 in https://github.com/burnash/gspread/pull/1469
20+
421
6.1.0 (2024-03-28)
522
------------------
623

gspread/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Google Spreadsheets Python API"""
22

3-
__version__ = "6.1.0"
3+
__version__ = "6.1.1"
44
__author__ = "Anton Burnashev"
55

66

0 commit comments

Comments
 (0)