Skip to content

Commit 0fc168f

Browse files
chore: release 0.1.0
1 parent 02fb2a1 commit 0fc168f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0](https://www.github.com/googleapis/google-auth-library-python-httplib2/compare/v0.0.3...v0.1.0) (2021-01-29)
4+
5+
6+
### Features
7+
8+
* expose a few httplib2 properties and a method ([#9](https://www.github.com/googleapis/google-auth-library-python-httplib2/issues/9)) ([e3aa44e](https://www.github.com/googleapis/google-auth-library-python-httplib2/commit/e3aa44e01e2987989671467c7a022ea33829eb2f))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from setuptools import setup
1818

1919

20-
version = "0.0.4"
20+
version = "0.1.0"
2121

2222
DEPENDENCIES = ["google-auth", "httplib2 >= 0.9.1", "six"]
2323

0 commit comments

Comments
 (0)