Skip to content

Commit 244aca4

Browse files
authored
Merge pull request #5787 from opsmill/dga-20250219-1.1.8a1
Update version to 1.1.8a1
2 parents e78eeae + d7caf85 commit 244aca4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infrahub-server"
3-
version = "1.1.7"
3+
version = "1.1.8a1"
44
description = "Infrahub is taking a new approach to Infrastructure Management by providing a new generation of datastore to organize and control all the data that defines how an infrastructure should run."
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

python_testcontainers/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "infrahub-testcontainers"
3-
version = "1.1.7"
3+
version = "1.1.8a1"
44
requires-python = ">=3.9"
55

66
[tool.poetry]
77
name = "infrahub-testcontainers"
8-
version = "1.1.7"
8+
version = "1.1.8a1"
99
description = "Testcontainers instance for Infrahub to easily build integration tests"
1010
authors = ["OpsMill <[email protected]>"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)