File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
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
+
4
38
3.6.0 (2020-04-30)
5
39
------------------
6
40
Original file line number Diff line number Diff line change 1
- Copyright (C) 2011-2020 Anton Burnashev
1
+ Copyright (C) 2011-2021 Anton Burnashev
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy of
4
4
this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change 9
9
"""
10
10
11
11
12
- __version__ = '3.6 .0'
12
+ __version__ = '3.7 .0'
13
13
__author__ = 'Anton Burnashev'
14
14
15
15
You can’t perform that action at this time.
0 commit comments