From 0d2c93cb46371521c1a2ba4bc7f789ea58d8fef2 Mon Sep 17 00:00:00 2001 From: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:35:57 +0400 Subject: [PATCH] Version 1.0.2 (#847) * Version 1.0.2 * Update CHANGELOG.md --------- 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 815d8a2c..de62ceea 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.2 (November 10th, 2023) - Fix `float("inf")` timeouts in `Event.wait` function. (#846) diff --git a/httpcore/__init__.py b/httpcore/__init__.py index ed5e1685..eb3e5771 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs): # type: ignore "WriteError", ] -__version__ = "1.0.1" +__version__ = "1.0.2" __locals = locals()