Skip to content

Commit 1c5110c

Browse files
committed
chore: Prep 0.10.7 release
1 parent b6b5896 commit 1c5110c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.10.7
8+
9+
### Fixes
10+
11+
- SSL verify argument to async clients [#533 & #510]. Thanks @fsvenson and @mvaught02!
12+
- Remove unused CHANGELOG from generated setup.py [#529]. Thanks @johnthagen!
13+
714
## 0.10.6
815

916
### Features

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.10.6"
3+
version = "0.10.7"
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)