Skip to content

Commit

Permalink
9.7.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 7, 2024
1 parent ccef9d8 commit 6c41ec3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@



## v9.7.1 (2024-05-07)

### Fix

* fix(gha): fix missing `git_committer_*` definition in action (#919)

Resolves: #918 ([`ccef9d8`](https://github.com/python-semantic-release/python-semantic-release/commit/ccef9d8521be12c0640369b3c3a80b81a7832662))


## v9.7.0 (2024-05-06)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "python-semantic-release"
version = "9.7.0"
version = "9.7.1"
description = "Automatic Semantic Versioning for Python projects"
requires-python = ">=3.8"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion semantic_release/__init__.py
Expand Up @@ -24,7 +24,7 @@
tags_and_versions,
)

__version__ = "9.7.0"
__version__ = "9.7.1"


def setup_hook(argv: list[str]) -> None:
Expand Down

0 comments on commit 6c41ec3

Please sign in to comment.