We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd2f42 commit eeef14aCopy full SHA for eeef14a
changelog.txt
@@ -1,5 +1,5 @@
1
================================================================================
2
- v2.1.3 (unreleased)
+ v2.1.3
3
4
Fixed: Actually drop ';' as a query delimiter. See furl v2.1.2's
5
changelog and https://bugs.python.org/issue42967.
furl/__version__.py
@@ -11,7 +11,7 @@
11
#
12
13
__title__ = 'furl'
14
-__version__ = '2.1.2'
+__version__ = '2.1.3'
15
__license__ = 'Unlicense'
16
__author__ = 'Ansgar Grunseid'
17
__contact__ = '[email protected]'
0 commit comments