Skip to content

Commit

Permalink
Furl v1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Aug 19, 2018
1 parent 60ea1e3 commit eb72549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
================================================================================
v1.2.1 (Unreleased)
v1.2.1
================================================================================
Fixed: Join URLs without an authority (e.g. 'foo:blah') consistently with
urllib.parse.urljoin().
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.2'
__version__ = '1.2.1'
__license__ = 'Unlicense'
__author__ = 'Ansgar Grunseid'
__contact__ = '[email protected]'
Expand Down

0 comments on commit eb72549

Please sign in to comment.