Skip to content

Commit 29b094e

Browse files
committed
Furl v1.2.
1 parent 3e34ea6 commit 29b094e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================================================================
2-
v1.2 (unreleased)
2+
v1.2
33
================================================================================
44
Added: Path segment appending via the division operator (__truediv__()).
55
Changed: Bump orderedmultidict dependency to v1.0.
@@ -8,7 +8,7 @@ Changed: Percent-encode all non-unreserved characters in Query key=value pairs,
88
including valid query characters (e.g. '=', '?', etc). Old encoding:
99
"?url=http://foo.com/"; new encoding: "?url=http%3A%2F%2Ffoo.com%2F". Equal
1010
signs remain decoded in query values where the key is empty to allow for, and
11-
preserve, queries like '?==3==', though.
11+
preserve, queries like '?==3=='.
1212

1313
================================================================================
1414
v1.1

furl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .furl import * # noqa
1414

1515
__title__ = 'furl'
16-
__version__ = '1.1'
16+
__version__ = '1.2'
1717
__license__ = 'Unlicense'
1818
__author__ = 'Ansgar Grunseid'
1919
__contact__ = '[email protected]'

0 commit comments

Comments
 (0)