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"