From bffc81ecd4c40cb3dae7f78625947dd6d1112f5d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 7 Oct 2022 06:08:27 +0000 Subject: [PATCH] 7.32.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ semantic_release/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19fc08816..bf493da69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v7.32.1 (2022-10-07) +### Fix +* Corrections for deprecation warnings ([#505](https://github.com/relekang/python-semantic-release/issues/505)) ([`d47afb6`](https://github.com/relekang/python-semantic-release/commit/d47afb6516238939e174f946977bf4880062a622)) + +### Documentation +* Correct spelling mistakes ([#504](https://github.com/relekang/python-semantic-release/issues/504)) ([`3717e0d`](https://github.com/relekang/python-semantic-release/commit/3717e0d8810f5d683847c7b0e335eeefebbf2921)) + ## v7.32.0 (2022-09-25) ### Feature * Add setting for enforcing textual changelog sections ([#502](https://github.com/relekang/python-semantic-release/issues/502)) ([`988437d`](https://github.com/relekang/python-semantic-release/commit/988437d21e40d3e3b1c95ed66b535bdd523210de)) diff --git a/semantic_release/__init__.py b/semantic_release/__init__.py index 6ed815ad4..d89f3c9e4 100644 --- a/semantic_release/__init__.py +++ b/semantic_release/__init__.py @@ -1,6 +1,6 @@ """Semantic Release """ -__version__ = "7.32.0" +__version__ = "7.32.1" from .errors import UnknownCommitMessageStyleError # noqa; noqa