From f484b8cece5ee3d7dfa3c2a12b4cdbedc84c91f7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Jun 2023 17:17:20 +0000 Subject: [PATCH] chore(release): 2.10.1 [skip ci] ## [2.10.1](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.10.0...v2.10.1) (2023-06-13) ### Bug Fixes * **db:** fixed db migrations for latest flask-sqlalchemy+migrations ([f83c81e](https://github.com/atlas-bi/atlas-automation-hub/commit/f83c81ecbffd919abdaa0018b3d79c42784ed285)) * **db:** fixed issue with db migrations on latest flask-migrate+sqlalchemy ([739c064](https://github.com/atlas-bi/atlas-automation-hub/commit/739c0641e51ebe7e0565e4019f6015ab6fc1353a)) --- .version | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 786dcea5..8bbb6e40 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.10.1-alpha.1 +2.10.1 diff --git a/package.json b/package.json index c93fcf41..95c4b9e8 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.10.1-alpha.1" + "version": "2.10.1" } diff --git a/pyproject.toml b/pyproject.toml index 0797a2dd..1a111050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ packages = [ ] readme = "readme.md" repository = "https://github.com/atlas-bi/Hub" -version = "2.10.1-alpha.1" +version = "2.10.1" [tool.poetry.dependencies] Flask = "^2.0.1"