Skip to content

Commit 656ad66

Browse files
committed
Bump to 0.5.2 to prep for release
1 parent 3227f78 commit 656ad66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2 - unreleased
8+
## 0.5.2 - 2020-08-06
99
### Additions
1010
- Added `project_name_override` and `package_name_override` config options to override the name of the generated project/package (#123)
1111
- The generated library's version is now the same as the OpenAPI doc's version (#134)

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.1"
3+
version = "0.5.2"
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)