Skip to content

Commit

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


## v2.68.3 (2024-10-16)

### Chores

* chore: update libs (mainly starlette vulnerability) ([`b6c56b8`](https://github.com/RedHatInsights/vmaas/commit/b6c56b86c8789f37893231c6b7e395ecef2848dd))

### Continuous Integration

* ci: pylint too-many-positional-arguments ([`cb3a7f5`](https://github.com/RedHatInsights/vmaas/commit/cb3a7f5ed87aeda1a27e778350fd1e784f55e46f))


## v2.68.2 (2024-10-16)

### Continuous Integration
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.68.2"
version = "2.68.3"
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.68.2"
VMAAS_VERSION = "2.68.3"

0 comments on commit 49722c7

Please sign in to comment.