Skip to content

Commit 90e046e

Browse files
committed
Update metadata for 0.4.0 release. Remove template coverage
1 parent 9d43568 commit 90e046e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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.4.0 - Unreleased
8+
## 0.4.0 - 2020-05-30
99
### Breaking Changes
1010
- Classes generated to be included within lists will now be named like <ListName>Item. For example, if a property
1111
named "statuses" is an array of enum values, previously the `Enum` class declared would be called "Statuses". Now it

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openapi-python-client"
3-
version = "0.4.0-rc.1"
3+
version = "0.4.0"
44
description = "Generate modern Python clients from OpenAPI"
55
repository = "https://github.com/triaxtec/openapi-python-client"
66
license = "MIT"
@@ -76,3 +76,7 @@ line_length = 120
7676
multi_line_output = 3
7777
include_trailing_comma = true
7878
skip = ["tests/test_templates"]
79+
80+
[tool.coverage.run]
81+
omit = ["openapi_python_client/templates/*"]
82+

0 commit comments

Comments
 (0)