Skip to content

Commit 2dcd07e

Browse files
committed
Bump to 0.7.1. Update CHANGELOG release date. Regen e2e records
1 parent 0e26c27 commit 2dcd07e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

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

8-
## 0.7.1 - Unreleased
8+
## 0.7.1 - 2020-12-08
99
### Additions
1010
- Support for additionalProperties attribute in OpenAPI schemas and "free-form" objects by adding an `additional_properties` attribute to generated models. **COMPATIBILITY NOTE**: this will prevent any model property with a name that would be coerced to "additional_properties" in the generated client from generating properly (#218 & #252). Thanks @packyg!
1111

end_to_end_tests/golden-record-custom/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python-dateutil = "^2.8.1"
2020

2121
[tool.black]
2222
line-length = 120
23-
target_version = ['py38']
23+
target_version = ['py36', 'py37', 'py38']
2424
exclude = '''
2525
(
2626
/(

end_to_end_tests/golden-record/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python-dateutil = "^2.8.1"
2020

2121
[tool.black]
2222
line-length = 120
23-
target_version = ['py38']
23+
target_version = ['py36', 'py37', 'py38']
2424
exclude = '''
2525
(
2626
/(

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.7.0"
3+
version = "0.7.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)