From e7ba3b8b4044a6490753c8d330884955baa3bcad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jan 2022 20:19:07 +0000 Subject: [PATCH] chore(release): 0.7.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37dffbdb..2dbd8b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release Notes +## [0.7.3](https://github.com/cpcloud/protoletariat/compare/v0.7.2...v0.7.3) (2022-01-04) + + +### Bug Fixes + +* fix release token to ensure publishing ([a97e98e](https://github.com/cpcloud/protoletariat/commit/a97e98e8e109c9ab65837ddf445a417e64284cb3)) + ## [0.7.2](https://github.com/cpcloud/protoletariat/compare/v0.7.1...v0.7.2) (2022-01-04) diff --git a/pyproject.toml b/pyproject.toml index 1b0acd9e..92686bbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protoletariat" -version = "0.7.2" +version = "0.7.3" packages = [{ include = "protoletariat" }] homepage = "https://github.com/cpcloud/protoletariat" repository = "https://github.com/cpcloud/protoletariat"