Skip to content

Commit 08761a2

Browse files
author
Simple Geebus
committed
Prepared changelog for build 133
1 parent 7761005 commit 08761a2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
python-oauth2 (1.4.132) lucid; urgency=low
212

313
* UNRELEASED

oauth2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the version of this source code.
22

3-
verstr = "1.4.132"
3+
verstr = "1.4.133"
44
try:
55
from pyutil.version_class import Version as pyutil_Version
66
__version__ = pyutil_Version(verstr)

0 commit comments

Comments
 (0)