From 70f8ff3ca83ce2e0dab02828ed3ac4a8db751b5c Mon Sep 17 00:00:00 2001 From: Daniel Holth Date: Wed, 9 Oct 2024 08:21:46 -0400 Subject: [PATCH] Release 0.11.0 (#109) bump version for release (0.11.0) --- CHANGELOG.md | 2 ++ conda_package_streaming/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb0eac..4991aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ [//]: # (current developments) +## 0.11.0 (2024-10) + * Add Python 3.12 to test matrix. * Pass Python `tarfile.extractall(filter="fully_trusted")` in addition to internal filtering, when available, to avoid Python 3.12+ `DeprecationWarning` diff --git a/conda_package_streaming/__init__.py b/conda_package_streaming/__init__.py index 61fb31c..ae6db5f 100644 --- a/conda_package_streaming/__init__.py +++ b/conda_package_streaming/__init__.py @@ -1 +1 @@ -__version__ = "0.10.0" +__version__ = "0.11.0"