Skip to content

Commit

Permalink
2.67.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Oct 14, 2024
1 parent 71cc9be commit ee3e652
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# CHANGELOG


## v2.67.4 (2024-10-14)

### Chores

* chore(deps): update konflux references to 674e70f

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> ([`71cc9be`](https://github.com/RedHatInsights/vmaas/commit/71cc9be1d8171588fe983daa6584e77eef7e4ba9))


## v2.67.3 (2024-10-14)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ patch_tags = ["build", "chore", "ci", "fix", "perf", "refactor"]

[tool.poetry]
name = "vmaas"
version = "2.67.3"
version = "2.67.4"
description = ""
authors = [""]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion vmaas/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Common constants declaration module.
"""

VMAAS_VERSION = "2.67.3"
VMAAS_VERSION = "2.67.4"

0 comments on commit ee3e652

Please sign in to comment.