Skip to content

Commit 2d0945c

Browse files
Version 0.18.0 (#768)
* new version * Update httpcore/__init__.py * Update CHANGELOG.md * Update CHANGELOG.md * reorder by importance --------- Co-authored-by: Tom Christie <[email protected]>
1 parent a42df6c commit 2d0945c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## Unreleased
7+
## 0.18.0 (September 8th, 2023)
88

9-
- Add support for HTTPS proxies. (#745, # 786)
9+
- Add support for HTTPS proxies. (#745, #786)
10+
- Drop Python 3.7 support. (#727)
1011
- Handle `sni_hostname` extension with SOCKS proxy. (#774)
11-
- Change the type of `Extensions` from `Mapping[Str, Any]` to `MutableMapping[Str, Any]`. (#762)
1212
- Handle HTTP/1.1 half-closed connections gracefully. (#641)
13-
- Drop Python 3.7 support. (#727)
13+
- Change the type of `Extensions` from `Mapping[Str, Any]` to `MutableMapping[Str, Any]`. (#762)
1414

1515
## 0.17.3 (July 5th, 2023)
1616

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs): # type: ignore
130130
"WriteError",
131131
]
132132

133-
__version__ = "0.17.3"
133+
__version__ = "0.18.0"
134134

135135

136136
__locals = locals()

0 commit comments

Comments
 (0)