Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2022-06-22)

### Bug Fixes

* **python:** fixed temp file name for python processer scripts ([c01aa75](c01aa75)), closes [#193](#193)
* **ssh connections:** fixed hanging ssh connections ([8939761](8939761)), closes [#188](#188)

### Features

* **edited time:** added last update time to projects and task headers ([011d993](011d993)), closes [#98](#98)
* **git branch:** allow selection of git branch on python tasks ([3c0a719](3c0a719)), closes [#197](#197)
* **python:** install deps from requirements.txt or pyproject.toml before guessing ([4bc3f58](4bc3f58)), closes [#159](#159)
  • Loading branch information
semantic-release-bot committed Jun 22, 2022
1 parent 46258d4 commit edb66ff
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.2.0-alpha.1
2.2.0
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.2.0-alpha.1"
"version": "2.2.0"
}
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.2.0-alpha.1"
version = "2.2.0"
description = "Atlas Autmoation Hub is a task scheduling tool for moving data."
authors = [
"Paula Courville",
Expand Down

0 comments on commit edb66ff

Please sign in to comment.