Skip to content

Commit

Permalink
release 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-boulharts authored and EliasBoulharts committed Aug 7, 2023
1 parent 024be22 commit 6409c5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.10.2 2023-08-07

## Fix

- freeze image versions in docker-compose
- mariadb command is used instead of mysql command (since mariadb 11 msql command is no longer compatible)

# 1.10.2 2023-04-28

## 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.2"
__version__ = "1.10.3"
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.2"
version = "1.10.3"
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 6409c5f

Please sign in to comment.