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 11Changelog - uritemplate
22=======================
33
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+
4134.1.1 - 2021-10-13
514------------------
615
Original file line number Diff line number Diff line change 2020__author__ = "Ian Stapleton Cordasco"
2121__license__ = "Modified BSD or Apache License, Version 2.0"
2222__copyright__ = "Copyright 2013 Ian Stapleton Cordasco"
23- __version__ = "4.1.1 "
23+ __version__ = "4.2.0 "
2424__version_info__ = tuple (
2525 int (i ) for i in __version__ .split ("." ) if i .isdigit ()
2626)
You can’t perform that action at this time.
0 commit comments