Skip to content

Commit

Permalink
chore(release): 2.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.7.0](v2.6.0...v2.7.0) (2022-12-13)

### Bug Fixes

* **quote:** when no-quote we now force no quote on contents ([0a00b03](0a00b03))

### Features

* **python:** dropped py3.7 support ([c1585d7](c1585d7))
* **python:** dropped python 3.7 support ([ea78c9c](ea78c9c))
  • Loading branch information
semantic-release-bot committed Dec 13, 2022
1 parent f4887ec commit 402a618
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.6.0
2.7.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.6.4"
"version": "2.7.0"
}
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.6.0"
version = "2.7.0"
description = "Atlas Autmoation Hub is a task scheduling tool for moving data."
authors = [
"Paula Courville",
Expand Down

0 comments on commit 402a618

Please sign in to comment.