Skip to content

Commit 7b27f8e

Browse files
chore(main): release 0.1.1 (#115)
1 parent d6a0e3d commit 7b27f8e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/googleapis/google-auth-library-python-httplib2/compare/v0.1.0...v0.1.1) (2023-08-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Update setup.py ([#114](https://github.com/googleapis/google-auth-library-python-httplib2/issues/114)) ([d6a0e3d](https://github.com/googleapis/google-auth-library-python-httplib2/commit/d6a0e3d1afb43f95d9de18f25100d32c7303c1fd))
9+
310
## [0.1.0](https://www.github.com/googleapis/google-auth-library-python-httplib2/compare/v0.0.3...v0.1.0) (2021-03-01)
411

512

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.1.0"
19+
version = "0.1.1"
2020

2121
DEPENDENCIES = ["google-auth", "httplib2 >= 0.19.0"]
2222

0 commit comments

Comments
 (0)