Skip to content

Commit

Permalink
bumped version; updated history
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Feb 18, 2021
1 parent 415e18b commit a7550ae
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
Release History
===============

3.7.0 (2021-02-18)
------------------

* Add `Worksheet.insert_note()`, `Worksheet.update_note()`, `Worksheet.clear_note()` (#818 by @lavigne958)

* Update documentation: oauth2.rst (#836 by @Prometheus3375)

* Documentation fixes (#838 by @jayeshmanani)

* Documentation fixes (#845 by @creednaylor)

* Add `Worksheet.insert_cols()` (#802 by @AlexeyDmitriev)

* Documentation fixes (#814 by @hkuffel)

* Update README.md (#811 by @tasawar-hussain)

* Add `value_render_option` parameter to `Worksheet.get_all_records()` (#776 by @damgad)

* Remove `requests` from `install_requires` (#801)

* Simplify implementation of `Worksheet.insert_rows()` (#799 by @AlexeyDmitriev)

* Add `auth.service_account_from_dict()` (#785 b7 @mahenzon)

* Fix `ValueRange.from_json()` (#791 by @erakli)

* Update documentation: oauth2.rst (#794 by @elnjensen)

* Update documentation: oauth2.rst (#789 by @Takur0)

* Allow `auth` to be `None`. Fix #773 (#774 by @lepture)


3.6.0 (2020-04-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2011-2020 Anton Burnashev
Copyright (C) 2011-2021 Anton Burnashev

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
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__ = '3.6.0'
__version__ = '3.7.0'
__author__ = 'Anton Burnashev'


Expand Down

0 comments on commit a7550ae

Please sign in to comment.