From 79d04428cda17aa5ada097f1a6c1277b75fac974 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Sep 2023 06:48:15 +0000 Subject: [PATCH] chore(release): 2.12.2-alpha.2 [skip ci] ## [2.12.2-alpha.2](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.12.2-alpha.1...v2.12.2-alpha.2) (2023-09-20) ### Bug Fixes * **python:** prevented app crashes on "normal" python prints ([58d0f51](https://github.com/atlas-bi/atlas-automation-hub/commit/58d0f51f8f72995f14bab07995b5d6f5b10a4397)) --- .version | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 4f233b44..bd81f93c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.12.2-alpha.1 +2.12.2-alpha.2 diff --git a/package.json b/package.json index 9e80b7f8..eebfc215 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,5 @@ "test:lint": "poetry run tox -e lint", "test:prettier": "prettier --check --config .prettierrc \"web/**/*.{ts,css,less,scss,js,json,md,yaml,html}\"" }, - "version": "2.12.2-alpha.1" + "version": "2.12.2-alpha.2" } diff --git a/pyproject.toml b/pyproject.toml index a29f2140..d14ab90b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ packages = [ ] readme = "readme.md" repository = "https://github.com/atlas-bi/Hub" -version = "2.12.2-alpha.1" +version = "2.12.2-alpha.2" [tool.poetry.dependencies] Flask = "^2.0.1"