From 1cf7a458a873799d851a2add7ceab8cc1d9d2624 Mon Sep 17 00:00:00 2001 From: Dylan Anthony Date: Sat, 12 Nov 2022 19:18:30 +0000 Subject: [PATCH] chore: prepare release 0.12.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b6170b7..298b352bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ Programmatic usage of this project (e.g., importing it as a Python module) and t The 0.x prefix used in versions for this project is to indicate that breaking changes are expected frequently (several times a year). Breaking changes will increment the minor number, all other changes will increment the patch number. You can track the progress toward 1.0 [here](https://github.com/openapi-generators/openapi-python-client/projects/2). +## 0.12.1 + +### Fixes + +- Version bump due to PyPI error + ## 0.12.0 ### Breaking Changes diff --git a/pyproject.toml b/pyproject.toml index 375a90ecf..bcd7d5859 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openapi-python-client" -version = "0.12.0" +version = "0.12.1" description = "Generate modern Python clients from OpenAPI" repository = "https://github.com/triaxtec/openapi-python-client" license = "MIT"