Skip to content

Commit

Permalink
chore(release): 2.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.2](v2.4.1...v2.4.2) (2022-09-19)

### Bug Fixes

* **email:** fixed bug where tasks were not marked as failed if success emails failed to send ([7f7dbac](7f7dbac))
* **gpg:** updated file encryption params to latest version of gpg ([9970fd9](9970fd9))
* **python:** changed venv start command from source to . to support headless terminal ([0a00981](0a00981))
  • Loading branch information
semantic-release-bot committed Sep 19, 2022
1 parent b37c43d commit 7ecede0
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.4.2-alpha.1
2.4.2
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.4.2-alpha.1"
"version": "2.4.2"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER"

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

0 comments on commit 7ecede0

Please sign in to comment.