Skip to content

Commit a7550ae

Browse files
committed
bumped version; updated history
1 parent 415e18b commit a7550ae

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

HISTORY.rst

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

4+
3.7.0 (2021-02-18)
5+
------------------
6+
7+
* Add `Worksheet.insert_note()`, `Worksheet.update_note()`, `Worksheet.clear_note()` (#818 by @lavigne958)
8+
9+
* Update documentation: oauth2.rst (#836 by @Prometheus3375)
10+
11+
* Documentation fixes (#838 by @jayeshmanani)
12+
13+
* Documentation fixes (#845 by @creednaylor)
14+
15+
* Add `Worksheet.insert_cols()` (#802 by @AlexeyDmitriev)
16+
17+
* Documentation fixes (#814 by @hkuffel)
18+
19+
* Update README.md (#811 by @tasawar-hussain)
20+
21+
* Add `value_render_option` parameter to `Worksheet.get_all_records()` (#776 by @damgad)
22+
23+
* Remove `requests` from `install_requires` (#801)
24+
25+
* Simplify implementation of `Worksheet.insert_rows()` (#799 by @AlexeyDmitriev)
26+
27+
* Add `auth.service_account_from_dict()` (#785 b7 @mahenzon)
28+
29+
* Fix `ValueRange.from_json()` (#791 by @erakli)
30+
31+
* Update documentation: oauth2.rst (#794 by @elnjensen)
32+
33+
* Update documentation: oauth2.rst (#789 by @Takur0)
34+
35+
* Allow `auth` to be `None`. Fix #773 (#774 by @lepture)
36+
37+
438
3.6.0 (2020-04-30)
539
------------------
640

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2011-2020 Anton Burnashev
1+
Copyright (C) 2011-2021 Anton Burnashev
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

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__ = '3.6.0'
12+
__version__ = '3.7.0'
1313
__author__ = 'Anton Burnashev'
1414

1515

0 commit comments

Comments
 (0)