Skip to content

Commit eeef14a

Browse files
committed
furl v2.1.3
1 parent ddd2f42 commit eeef14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================================================================
2-
v2.1.3 (unreleased)
2+
v2.1.3
33
================================================================================
44
Fixed: Actually drop ';' as a query delimiter. See furl v2.1.2's
55
changelog and https://bugs.python.org/issue42967.

furl/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212

1313
__title__ = 'furl'
14-
__version__ = '2.1.2'
14+
__version__ = '2.1.3'
1515
__license__ = 'Unlicense'
1616
__author__ = 'Ansgar Grunseid'
1717
__contact__ = '[email protected]'

0 commit comments

Comments
 (0)