Skip to content

Commit

Permalink
release 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
a-belhadj authored and EliasBoulharts committed Aug 8, 2023
1 parent 61da400 commit a4f1ae5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 1.10.2 2023-08-07
# 1.10.4 2023-08-08

## Fix

- freeze caddy image to 2.6 [(2.7 is not stable yet)](https://github.com/caddyserver/caddy/releases/tag/v2.7.1)

# 1.10.3 2023-08-07

## Fix

Expand Down
2 changes: 1 addition & 1 deletion Squest/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.10.3"
__version__ = "1.10.4"
VERSION = __version__
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "squest"
version = "1.10.3"
version = "1.10.4"
description = "Service catalog on top of Ansible Tower"
authors = ["Nicolas Marcq <[email protected]>", "Elias Boulharts <[email protected]", "Anthony Belhadj <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit a4f1ae5

Please sign in to comment.