Skip to content

Commit

Permalink
v0.11.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Mar 30, 2018
1 parent df38162 commit 2a3a5f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.11.3

No changes, just reupload of 0.11.2 after fixing automatic release conditions in Travis.

0.11.2

proxy: py3 NameError basestring
Expand Down
2 changes: 1 addition & 1 deletion python2/httplib2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Louis Nyffenegger",
"Alex Yu"]
__license__ = "MIT"
__version__ = '0.11.2'
__version__ = '0.11.3'

import re
import sys
Expand Down
2 changes: 1 addition & 1 deletion python3/httplib2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Louis Nyffenegger",
"Mark Pilgrim"]
__license__ = "MIT"
__version__ = '0.11.2'
__version__ = '0.11.3'

import re
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

pkgdir = {'': 'python%s' % sys.version_info[0]}
VERSION = '0.11.2'
VERSION = '0.11.3'

setuptools.setup(
name='httplib2',
Expand Down

0 comments on commit 2a3a5f5

Please sign in to comment.