From 1851ac30900a38a9cef4e56975f40267352c6012 Mon Sep 17 00:00:00 2001 From: Okba Boularaoui <116910559+okba-boularaoui@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:27:03 +0300 Subject: [PATCH] Version 1.0.5 (#904) * Version 1.0.5 * include more changes --------- Co-authored-by: Tom Christie --- CHANGELOG.md | 2 +- httpcore/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d01f21..4d1ff8fc 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 +## 1.0.5 (March 27th, 2024) - Handle `EndOfStream` exception for anyio backend. (#899) - Allow trio `0.25.*` series in package dependancies. (#903) diff --git a/httpcore/__init__.py b/httpcore/__init__.py index ea2a2409..014213ba 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs): # type: ignore "WriteError", ] -__version__ = "1.0.4" +__version__ = "1.0.5" __locals = locals()