Skip to content

Commit

Permalink
9.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 6, 2024
1 parent cbb067e commit 76b17cc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,23 @@



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

### Documentation

* docs(configuration): add description of build command available env variables ([`c882dc6`](https://github.com/python-semantic-release/python-semantic-release/commit/c882dc62b860b2aeaa925c21d1524f4ae25ef567))

### Feature

* feat(version-cmd): pass `NEW_VERSION` & useful env vars to build command ([`ee6b246`](https://github.com/python-semantic-release/python-semantic-release/commit/ee6b246df3bb211ab49c8bce075a4c3f6a68ed77))

### Fix

* fix(gha): add missing `tag` option to GitHub Action definition (#908)

Resolves: #906 ([`6b24288`](https://github.com/python-semantic-release/python-semantic-release/commit/6b24288a96302cd6982260e46fad128ec4940da9))


## v9.6.0 (2024-04-29)

### Feature
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.6.0"
version = "9.7.0"
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.6.0"
__version__ = "9.7.0"


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

0 comments on commit 76b17cc

Please sign in to comment.