Skip to content

Commit

Permalink
Furl v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Oct 2, 2018
1 parent 772c06e commit 3a61f7c
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 @@
================================================================================
v2.0.0 (unreleased)
v2.0.0
================================================================================
Added: All URL components (scheme, host, path, etc) to furl()'s constructor as
keyword arguments. E.g. f = furl(scheme='http', host='host', path='/lolsup').
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.1'
__version__ = '2.0.0'
__license__ = 'Unlicense'
__author__ = 'Ansgar Grunseid'
__contact__ = '[email protected]'
Expand Down

0 comments on commit 3a61f7c

Please sign in to comment.