Skip to content

Commit

Permalink
bump: version 1.7.2 → 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 31, 2024
1 parent 1bfd2e2 commit 35d1c4a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.7.2"
version = "1.7.3"
tag_format = "v$version"
version_files = [
"setup.py:VERSION",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.7.3 (2024-01-31)

### Fix

- **ci**: add setuptools for py3.12

## v1.7.2 (2024-01-31)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repo_url: https://github.com/kpn/mkdocs-kpn-theme/
extra:
version:
provider: 'manual'
version: 1.7.2
version: 1.7.3

copyright: 'Copyright © KPN'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "1.7.2"
VERSION = "1.7.3"


def get_long_description():
Expand Down

0 comments on commit 35d1c4a

Please sign in to comment.