Skip to content

Commit 7bc885d

Browse files
committed
chore: release 1.4.0
1 parent 56a8676 commit 7bc885d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/source/changelog.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ Changelog
33

44
.. _changelog-1.4.0:
55

6-
1.4.0 / (TBD)
7-
-------------
6+
1.4.0 / (2022-03-14)
7+
--------------------
88

9-
- Set ``use_local_webserver`` to ``True`` because of `Google's "out of band"
10-
authentication flow deprecation
9+
- Default ``use_local_webserver`` to ``True``. Google has deprecated the
10+
``use_local_webserver = False`` `"out of band" (copy-paste) flow
1111
<https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html?m=1#disallowed-oob>`_.
12+
The ``use_local_webserver = False`` option is planned to stop working in
13+
October 2022.
1214

1315
.. _changelog-1.3.0:
1416

release-procedure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* and push to github
66

7-
git push upstream master --tags
7+
git push upstream main --tags
88

99
* Build the package
1010

0 commit comments

Comments
 (0)