We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7761005 commit 08761a2Copy full SHA for 08761a2
debian/changelog
@@ -1,3 +1,13 @@
1
+python-oauth2 (1.4.133) lucid; urgency=low
2
+
3
+ [ Zooko Ofsimplegeo ]
4
+ * handle unicode objects and utf-8 strings in url and params and
5
+ encode them to utf-8 when serializing
6
7
+ [ SimpleGeo Nerds ]
8
9
+ -- SimpleGeo Nerds <[email protected]> Mon, 24 Jan 2011 18:25:54 +0000
10
11
python-oauth2 (1.4.132) lucid; urgency=low
12
13
* UNRELEASED
oauth2/_version.py
@@ -1,6 +1,6 @@
# This is the version of this source code.
-verstr = "1.4.132"
+verstr = "1.4.133"
try:
from pyutil.version_class import Version as pyutil_Version
__version__ = pyutil_Version(verstr)
0 commit comments