Skip to content

Commit d9278ce

Browse files
committed
v0.30.2 release
1 parent c4b7405 commit d9278ce

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.30.2
2+
3+
No changes in library. Fix automatic pypi release from CI.
4+
15
0.30.1
26

37
restore socks proxy support, was broken in 0.30.0

httplib2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Lai Han",
1717
]
1818
__license__ = "MIT"
19-
__version__ = "0.30.1"
19+
__version__ = "0.30.2"
2020

2121
import base64
2222
import calendar

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import setuptools.command.test
44
import sys
55

6-
VERSION = "0.30.1"
6+
VERSION = "0.30.2"
77

88

99
# `python setup.py test` uses existing Python environment, no virtualenv, no pip.

0 commit comments

Comments
 (0)