We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08c37c commit fea659eCopy full SHA for fea659e
changelog.txt
@@ -1,3 +1,10 @@
1
+================================================================================
2
+ v2.1.4
3
4
+Changed: Drop support for all Python versions prior to Python 3.8, which
5
+ are now long past EOL. Notably: Python 2 is no longer supported.
6
+
7
8
================================================================================
9
v2.1.3
10
furl/__version__.py
@@ -11,7 +11,7 @@
11
#
12
13
__title__ = 'furl'
14
-__version__ = '2.1.3'
+__version__ = '2.1.4'
15
__license__ = 'Unlicense'
16
__author__ = 'Ansgar Grunseid'
17
__contact__ = '[email protected]'
0 commit comments