| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,13 @@ | |||
| 4 | 4 | ||
| 5 | 5 | [1]: https://pypi.org/project/google-auth-oauthlib/#history | |
| 6 | 6 | ||
| 7 | + ## [1.2.1](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.0...v1.2.1) (2024-07-08) | ||
| 8 | + | ||
| 9 | + | ||
| 10 | + ### Bug Fixes | ||
| 11 | + | ||
| 12 | + * Clean up local server socket on error ([#339](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/339)) ([7054d62](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/7054d62600efccfebe4031bb97fc1a094f584b16)) | ||
| 13 | + | ||
| 7 | 14 | ## [1.2.0](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.1.0...v1.2.0) (2023-12-12) | |
| 8 | 15 | ||
| 9 | 16 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ | |||
| 27 | 27 | long_description = fh.read() | |
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | - version = "1.2.0" | ||
| 30 | + version = "1.2.1" | ||
| 31 | 31 | ||
| 32 | 32 | setup( | |
| 33 | 33 | name="google-auth-oauthlib", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments