From c57563950d16cbf94813cefe25fffa13d53e81cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Oct 2022 07:43:41 +0000 Subject: [PATCH] chore(release): 2.6.0-alpha.1 [skip ci] # [2.6.0-alpha.1](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.5.0...v2.6.0-alpha.1) (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 437459cd..bc7c8800 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.5.0 +2.6.0-alpha.1 diff --git a/package.json b/package.json index b0bacf7a..4650aa91 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" + "version": "2.6.0-alpha.1" } diff --git a/pyproject.toml b/pyproject.toml index d23c3058..9cb3c4c4 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" +version = "2.6.0-alpha.1" description = "Atlas Autmoation Hub is a task scheduling tool for moving data." authors = [ "Paula Courville",