We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1391486 commit d54ea48Copy full SHA for d54ea48
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
[1]: https://pypi.org/project/google-auth-oauthlib/#history
6
7
+## [1.0.0](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v0.8.0...v1.0.0) (2023-01-26)
8
+
9
10
+### Bug Fixes
11
12
+* Remove deprecated OOB code ([1391486](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/13914865ec3cbdb1e4ab87a7bcfc34d0b4e184d3))
13
14
## [0.8.0](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v0.7.1...v0.8.0) (2022-12-08)
15
16
setup.py
@@ -27,7 +27,7 @@
27
long_description = fh.read()
28
29
30
-version = "0.8.0"
+version = "1.0.0"
31
32
setup(
33
name="google-auth-oauthlib",
0 commit comments