From edb66ff7dedf57f4e91b57ade0ef4e85f75fd99c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Jun 2022 13:05:03 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.1.0...v2.2.0) (2022-06-22) ### Bug Fixes * **python:** fixed temp file name for python processer scripts ([c01aa75](https://github.com/atlas-bi/atlas-automation-hub/commit/c01aa755948c68e39c3193f1d8dab277135c73a4)), closes [#193](https://github.com/atlas-bi/atlas-automation-hub/issues/193) * **ssh connections:** fixed hanging ssh connections ([8939761](https://github.com/atlas-bi/atlas-automation-hub/commit/8939761fbcf7e37046a997d138195283c5805910)), closes [#188](https://github.com/atlas-bi/atlas-automation-hub/issues/188) ### Features * **edited time:** added last update time to projects and task headers ([011d993](https://github.com/atlas-bi/atlas-automation-hub/commit/011d9939e83172921fe362961c59ea5fcfa16c4a)), closes [#98](https://github.com/atlas-bi/atlas-automation-hub/issues/98) * **git branch:** allow selection of git branch on python tasks ([3c0a719](https://github.com/atlas-bi/atlas-automation-hub/commit/3c0a71986f96907528d805d6033839453f9a1f99)), closes [#197](https://github.com/atlas-bi/atlas-automation-hub/issues/197) * **python:** install deps from requirements.txt or pyproject.toml before guessing ([4bc3f58](https://github.com/atlas-bi/atlas-automation-hub/commit/4bc3f58399aaec5eb93445eab391606826fc1099)), closes [#159](https://github.com/atlas-bi/atlas-automation-hub/issues/159) --- .version | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 3dec242a..ccbccc3d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.2.0-alpha.1 +2.2.0 diff --git a/package.json b/package.json index b5ff361c..70b1d4ac 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,5 @@ "test:prettier": "prettier --check --config .prettierrc \"web/**/*.{ts,css,less,scss,js,json,md,yaml,html}\"", "watch": "gulp watch" }, - "version": "2.2.0-alpha.1" + "version": "2.2.0" } diff --git a/pyproject.toml b/pyproject.toml index 5d90fc48..801164f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER" [tool.poetry] name = "atlas-hub" -version = "2.2.0-alpha.1" +version = "2.2.0" description = "Atlas Autmoation Hub is a task scheduling tool for moving data." authors = [ "Paula Courville",