From ff963708cd21032bf28eb9261ae3368b8cb37fc0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Dec 2022 15:51:57 +0000 Subject: [PATCH] chore(release): 2.7.0-alpha.1 [skip ci] # [2.7.0-alpha.1](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.6.0...v2.7.0-alpha.1) (2022-12-26) ### Bug Fixes * **quote:** when no-quote we now force no quote on contents ([0a00b03](https://github.com/atlas-bi/atlas-automation-hub/commit/0a00b03e00b886a0e87b5bf42c1aa1c2ccfb556c)) ### Features * **python:** dropped py3.7 support ([c1585d7](https://github.com/atlas-bi/atlas-automation-hub/commit/c1585d7534863689ab8267c3686064fb70117721)) * **python:** dropped python 3.7 support ([ea78c9c](https://github.com/atlas-bi/atlas-automation-hub/commit/ea78c9cf5c928eaf54fb2acf82f02fc4e8fb1580)) --- .version | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index e70b4523..8639af7e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.6.0 +2.7.0-alpha.1 diff --git a/package.json b/package.json index 28ee9052..70a8e4a5 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.6.5" + "version": "2.7.0-alpha.1" } diff --git a/pyproject.toml b/pyproject.toml index 71c27dad..a1e1e78b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER" [tool.poetry] name = "atlas-hub" -version = "2.6.0" +version = "2.7.0-alpha.1" description = "Atlas Autmoation Hub is a task scheduling tool for moving data." authors = [ "Paula Courville",