Skip to content

Commit 360fa0a

Browse files
committed
Merge branch 'master' into feature/type-checking
2 parents 122e377 + 6515e42 commit 360fa0a

File tree

3 files changed

+30
-20
lines changed

3 files changed

+30
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
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

7+
## 0.3.0 - Unreleased
8+
### Additions
9+
- Link to the GitHub repository from PyPI (#26) (Thanks @theY4Kman)
10+
711
## 0.2.1 - 2020-03-22
812
### Fixes
913
- Fixed import of errors.py in generated api modules

poetry.lock

Lines changed: 24 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "openapi-python-client"
33
version = "0.2.1"
44
description = "Generate modern Python clients from OpenAPI"
5+
repository = "https://github.com/triaxtec/openapi-python-client"
56

67
authors = [
78
"Dylan Anthony <[email protected]>",
@@ -36,7 +37,7 @@ mypy = ">=0.761"
3637
taskipy = "^1.1.3"
3738
safety = "^1.8.5"
3839
pytest-cov = "^2.8.1"
39-
fastapi = "^0.52.0"
40+
fastapi = "^0.54.1"
4041

4142
[tool.taskipy.tasks]
4243
check = "isort --recursive --apply && black . && safety check && mypy openapi_python_client"

0 commit comments

Comments
 (0)