File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## 0.7.3 - Unreleased
8
+ ## 0.7.3 - 2020-12-21
9
9
### Fixes
10
10
- Spacing and extra returns for Union types of ` additionalProperties ` (#266 & #268 ). Thanks @joshzana & @packyg !
11
11
- Title of inline schemas will no longer be missing characters (#271 & #274 ). Thanks @kalzoo !
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " openapi-python-client"
3
- version = " 0.7.2 "
3
+ version = " 0.7.3 "
4
4
description = " Generate modern Python clients from OpenAPI"
5
5
repository = " https://github.com/triaxtec/openapi-python-client"
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments