Skip to content

Commit 58e6f66

Browse files
committed
v0.19.1 release
1 parent 77464f8 commit 58e6f66

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.19.1
2+
3+
auth header parsing performance optimizations; Thanks to Paul McGuire
4+
5+
Use mock from the standard library on Python>=3.3
6+
17
0.19.0
28

39
auth: parse headers using pyparsing instead of regexp

python2/httplib2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Alex Yu",
2020
]
2121
__license__ = "MIT"
22-
__version__ = "0.19.0"
22+
__version__ = "0.19.1"
2323

2424
import base64
2525
import calendar

python3/httplib2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Alex Yu",
1616
]
1717
__license__ = "MIT"
18-
__version__ = "0.19.0"
18+
__version__ = "0.19.1"
1919

2020
import base64
2121
import calendar

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66
pkgdir = {"": "python%s" % sys.version_info[0]}
7-
VERSION = "0.19.0"
7+
VERSION = "0.19.1"
88

99

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy