From 32f30c505bb54707a0a5209fc48a3a2c8fdbe10f Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Tue, 10 Aug 2021 11:09:32 -0700 Subject: [PATCH] httptools 0.3.0 This release has no functional changes, only packaging: Python 3.5 is EOL, so wheels are no longer built, and Python 3.10 has been added to the roster along with aarch64 wheels on Linux and universal2 wheels on macOS. Changes: * Use cibuildwheel to build release wheels (by @elprans in 2f57b6b7) --- httptools/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httptools/_version.py b/httptools/_version.py index a33433c..1878dfc 100644 --- a/httptools/_version.py +++ b/httptools/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.2.0' +__version__ = '0.3.0'