Skip to content

Commit fea659e

Browse files
committed
furl v2.1.4
1 parent a08c37c commit fea659e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
================================================================================
29
v2.1.3
310
================================================================================

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.3'
14+
__version__ = '2.1.4'
1515
__license__ = 'Unlicense'
1616
__author__ = 'Ansgar Grunseid'
1717
__contact__ = '[email protected]'

0 commit comments

Comments
 (0)