From e05d00815a9df88fdb7b9ea52db753c001bdf4e1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Oct 2022 07:26:20 +0000 Subject: [PATCH] chore(release): 2.5.0-alpha.2 [skip ci] # [2.5.0-alpha.2](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.5.0-alpha.1...v2.5.0-alpha.2) (2022-10-26) ### Features * **task list:** increased default size to 150 from 10 ([69e1e1e](https://github.com/atlas-bi/atlas-automation-hub/commit/69e1e1ea73dd8e49d3b66b73b7fad1b3133571a4)), closes [#97](https://github.com/atlas-bi/atlas-automation-hub/issues/97) --- .version | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 2c2df052..61f8412e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.5.0-alpha.1 +2.5.0-alpha.2 diff --git a/package.json b/package.json index e9b04424..5c279600 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.5.0-alpha.1" + "version": "2.5.0-alpha.2" } diff --git a/pyproject.toml b/pyproject.toml index 534bcfc4..bc74c276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER" [tool.poetry] name = "atlas-hub" -version = "2.5.0-alpha.1" +version = "2.5.0-alpha.2" description = "Atlas Autmoation Hub is a task scheduling tool for moving data." authors = [ "Paula Courville",