Skip to content

Commit f910c3d

Browse files
chore(main): release 0.2.1
1 parent a69b725 commit f910c3d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.2.0...v0.2.1) (2025-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Require google-auth >= 1.32.0,<3.0.0 ([a69b725](https://github.com/googleapis/google-auth-library-python-httplib2/commit/a69b725eb2f0f4538824ea2bb76581ee37ba3bd9))
9+
* **deps:** Require httplib2 >= 0.19.0,<1.0.0 ([a69b725](https://github.com/googleapis/google-auth-library-python-httplib2/commit/a69b725eb2f0f4538824ea2bb76581ee37ba3bd9))
10+
* Drop python 3.6; require python 3.7+ ([a69b725](https://github.com/googleapis/google-auth-library-python-httplib2/commit/a69b725eb2f0f4538824ea2bb76581ee37ba3bd9))
11+
312
## [0.2.0](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.1.1...v0.2.0) (2023-12-12)
413

514

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from setuptools import setup
1818

19-
version = "0.2.0"
19+
version = "0.2.1"
2020

2121
DEPENDENCIES = [
2222
"google-auth >= 1.32.0,<3.0.0",

0 commit comments

Comments
 (0)