From d0208133bd7922da6720531248bc2bf70f501d57 Mon Sep 17 00:00:00 2001 From: Ahmed TAHRI Date: Thu, 21 Sep 2023 14:29:21 +0200 Subject: [PATCH] :bookmark: Bump version 3.0.0b0 initial published preview --- HISTORY.md | 2 +- README.md | 3 ++- src/niquests/__version__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 073992840f..d3ec66cb5c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,7 @@ Release History =============== -3.0.0b0 (2023-09-??) +3.0.0b0 (2023-09-21) ------------------- **Removed** diff --git a/README.md b/README.md index 3e27a45a65..ee8031e4d6 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,9 @@ Niquests is ready for the demands of building robust and reliable HTTP–speakin - Automatic honoring of `.netrc` - Chunked HTTP Requests - HTTP/2 -- (Optionally) HTTP/3 over QUIC +- HTTP/3 over QUIC - Fully type-annotated! +- OS truststore by default, no more certifi! ## API Reference and User Guide available on [Read the Docs](https://niquests.readthedocs.io) diff --git a/src/niquests/__version__.py b/src/niquests/__version__.py index 0bcc671f5b..11a8a6acaa 100644 --- a/src/niquests/__version__.py +++ b/src/niquests/__version__.py @@ -5,7 +5,7 @@ __title__: str = "niquests" __description__: str = "Python HTTP for Humans." __url__: str = "https://niquests.readthedocs.io" -__version__: str = "3.0.0a0" +__version__: str = "3.0.0b0" __build__: int = 0x030000 __author__: str = "Kenneth Reitz" __author_email__: str = "me@kennethreitz.org"