Skip to content

Commit

Permalink
Furl v1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Jun 29, 2018
1 parent 3e34ea6 commit 29b094e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
================================================================================
v1.2 (unreleased)
v1.2
================================================================================
Added: Path segment appending via the division operator (__truediv__()).
Changed: Bump orderedmultidict dependency to v1.0.
Expand All @@ -8,7 +8,7 @@ Changed: Percent-encode all non-unreserved characters in Query key=value pairs,
including valid query characters (e.g. '=', '?', etc). Old encoding:
"?url=http://foo.com/"; new encoding: "?url=http%3A%2F%2Ffoo.com%2F". Equal
signs remain decoded in query values where the key is empty to allow for, and
preserve, queries like '?==3==', though.
preserve, queries like '?==3=='.

================================================================================
v1.1
Expand Down
2 changes: 1 addition & 1 deletion furl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .furl import * # noqa

__title__ = 'furl'
__version__ = '1.1'
__version__ = '1.2'
__license__ = 'Unlicense'
__author__ = 'Ansgar Grunseid'
__contact__ = '[email protected]'
Expand Down

0 comments on commit 29b094e

Please sign in to comment.