Skip to content

Commit a2206b0

Browse files
committed
Bump to 0.5.1
1 parent 3ecda49 commit a2206b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## 0.5.1 - Unreleased
8+
## 0.5.1 - 2020-08-05
99
### Fixes
1010
- Relative paths are now allowed in securitySchemes/OAuthFlow/tokenUrl (#130).
1111
- Schema validation errors will no longer print a stack trace (#131).

Diff for: 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.5.0"
3+
version = "0.5.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)