File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog - uritemplate
2
2
=======================
3
3
4
+ 4.2.0 - 2025-06-01
5
+ ------------------
6
+
7
+ - Drop support for Python 3.8
8
+ - Fix bug where already url-encoded values were further escaped and
9
+ encoded (See https://github.com/python-hyper/uritemplate/issues/99)
10
+ - Refactor ``uritemplate/variable.py `` to enable fixing the
11
+ aforementioned bug.
12
+
4
13
4.1.1 - 2021-10-13
5
14
------------------
6
15
Original file line number Diff line number Diff line change 20
20
__author__ = "Ian Stapleton Cordasco"
21
21
__license__ = "Modified BSD or Apache License, Version 2.0"
22
22
__copyright__ = "Copyright 2013 Ian Stapleton Cordasco"
23
- __version__ = "4.1.1 "
23
+ __version__ = "4.2.0 "
24
24
__version_info__ = tuple (
25
25
int (i ) for i in __version__ .split ("." ) if i .isdigit ()
26
26
)
You can’t perform that action at this time.
0 commit comments