Skip to content

Commit 9ff34f3

Browse files
dbantyGitHub
and
GitHub
authored
chore: prepare release 0.16.1 (#915)
This PR was created by Knope. Merging it will create a new release ### Features #### Support httpx 0.26 (#913) Co-authored-by: GitHub <[email protected]>
1 parent f5d12c2 commit 9ff34f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t
1313

1414
The 0.x prefix used in versions for this project is to indicate that breaking changes are expected frequently (several times a year). Breaking changes will increment the minor number, all other changes will increment the patch number. You can track the progress toward 1.0 [here](https://github.com/openapi-generators/openapi-python-client/projects/2).
1515

16+
## 0.16.1 (2023-12-23)
17+
18+
### Features
19+
20+
#### Support httpx 0.26 (#913)
21+
1622
## 0.16.0 (2023-12-07)
1723

1824
### Breaking Changes

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-python-client"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
description = "Generate modern Python clients from OpenAPI"
55
repository = "https://github.com/triaxtec/openapi-python-client"
66
license = "MIT"

0 commit comments

Comments
 (0)