From f229625bcb76f7827636bf3ac3d8d7a921e49776 Mon Sep 17 00:00:00 2001 From: Carson Lam <46059+carsonyl@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:38:13 -0800 Subject: [PATCH] v0.16.5. --- HISTORY.rst | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f34463b..067f264 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,9 @@ +0.16.5 (2024-12-24) +------------------- + +- Log warning for rejected PAC content-type. (#79) Thanks @jmkerloch. +- Remove Python 2.7, 3.7 from CIB test matrix. + 0.16.4 (2023-04-24) ------------------- diff --git a/setup.cfg b/setup.cfg index c665fbf..61944a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = PyPAC # attr: pypac.__version__ via AST added in setuptools 46.4+, which doesn't support PY27. -version = 0.16.4 +version = 0.16.5 author = Carson Lam author_email = 46059+carsonyl@users.noreply.github.com description = Proxy auto-config and auto-discovery for Python.