Skip to content

Commit

Permalink
2.69.20
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
vmaas-bot committed Nov 28, 2024
1 parent 2f409ef commit 10be6d0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CHANGELOG


## v2.69.20 (2024-11-28)

### Bug Fixes

- Ignore updates from rhel-alt el7a release
([`2f409ef`](https://github.com/RedHatInsights/vmaas/commit/2f409efc4d34fedfc3ac3d43f7f98beb46d9781f))

RHINENG-14561


## v2.69.19 (2024-11-23)

### 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.69.19"
version = "2.69.20"
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.69.19"
VMAAS_VERSION = "2.69.20"

0 comments on commit 10be6d0

Please sign in to comment.