From ff4bd257a44430c6fe26398e0b2f9d7c3f0d0b53 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Aug 2023 00:52:29 +0000 Subject: [PATCH] chore(release): 2.11.1 [skip ci] ## [2.11.1](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.11.0...v2.11.1) (2023-08-04) ### Bug Fixes * **python:** fixed bug that was introduced in the previous relesase ([8ef1d3a](https://github.com/atlas-bi/atlas-automation-hub/commit/8ef1d3a3ebdaab549ab200e2062e7e07a57da1eb)) --- .version | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index e5c3d77d..6ceb272e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.11.1-alpha.1 +2.11.1 diff --git a/package.json b/package.json index b0f7bffd..f2d60a5f 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-alpha.1" + "version": "2.11.1" } diff --git a/pyproject.toml b/pyproject.toml index fb51619c..31afe168 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-alpha.1" +version = "2.11.1" [tool.poetry.dependencies] Flask = "^2.0.1"