Skip to content

Commit

Permalink
chore(main): release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 17, 2024
1 parent e4e6768 commit f9e6335
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-auth-oauthlib/#history

## [1.2.2](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.1...v1.2.2) (2024-09-17)


### Bug Fixes

* Do not include docs/conf.py & scripts in wheel ([#328](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/328)) ([78940df](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/78940dfce4e4cb3fbf73464cb42867a732f2110b))

## [1.2.1](https://github.com/googleapis/google-auth-library-python-oauthlib/compare/v1.2.0...v1.2.1) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description = fh.read()


version = "1.2.1"
version = "1.2.2"

setup(
name="google-auth-oauthlib",
Expand Down

0 comments on commit f9e6335

Please sign in to comment.