From 4408c5f8f43df034eda53e656a99492297ccff8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Sep 2023 07:51:46 +0000 Subject: [PATCH] chore(release): 2.12.0-alpha.2 [skip ci] # [2.12.0-alpha.2](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.12.0-alpha.1...v2.12.0-alpha.2) (2023-09-19) ### Bug Fixes * **toml:** added tomli library for os which are missing tomlib ([ec73739](https://github.com/atlas-bi/atlas-automation-hub/commit/ec7373909e45d556eccf23520be20d701e84661b)) --- .version | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 6ceb272e..3473ef29 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.11.1 +2.12.0-alpha.2 diff --git a/package.json b/package.json index 0b102694..4b96e332 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.11.1" + "version": "2.12.0-alpha.2" } diff --git a/pyproject.toml b/pyproject.toml index f0c01e42..fb68803e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ packages = [ ] readme = "readme.md" repository = "https://github.com/atlas-bi/Hub" -version = "2.11.1" +version = "2.12.0-alpha.2" [tool.poetry.dependencies] Flask = "^2.0.1"