Skip to content

Commit

Permalink
chore(release): 2.3.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0-alpha.3](v2.3.0-alpha.2...v2.3.0-alpha.3) (2022-08-22)

### Bug Fixes

* **executor:** changed executor version to test with flask 2.2 ([76bc427](76bc427))
  • Loading branch information
semantic-release-bot committed Aug 22, 2022
1 parent 6089e64 commit 010ef96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0-alpha.2
2.3.0-alpha.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0-alpha.2"
"version": "2.3.0-alpha.3"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER"

[tool.poetry]
name = "atlas-hub"
version = "2.3.0-alpha.2"
version = "2.3.0-alpha.3"
description = "Atlas Autmoation Hub is a task scheduling tool for moving data."
authors = [
"Paula Courville",
Expand Down

0 comments on commit 010ef96

Please sign in to comment.