From 4ee1ca25b6b242caec2d96782ed25e81ad7b4ecb Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 1 Oct 2024 18:00:10 +0100 Subject: [PATCH] Version 1.0.6 (#957) --- CHANGELOG.md | 2 +- httpcore/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3971201ee..f63110425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## Version 1.0.6 (October 1st, 2024) - Relax `trio` dependency pinning. (#956) - Handle `trio` raising `NotImplementedError` on unsupported platforms. (#955) diff --git a/httpcore/__init__.py b/httpcore/__init__.py index 014213bae..330745a5d 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs): # type: ignore "WriteError", ] -__version__ = "1.0.5" +__version__ = "1.0.6" __locals = locals()