Skip to content

Commit

Permalink
chore(release): 2.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.10.0](v2.9.0...v2.10.0) (2023-06-13)

### Features

* **email:** added ability to configure email subject lines ([6084dd1](6084dd1)), closes [#397](#397)
* **ssh:** allow multi line commands to be run over ssh ([cfab6f6](cfab6f6))
  • Loading branch information
semantic-release-bot committed Jun 13, 2023
1 parent c981a60 commit 01943db
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.10.0-alpha.2
2.10.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
"test:lint": "poetry run tox -e lint",
"test:prettier": "prettier --check --config .prettierrc \"web/**/*.{ts,css,less,scss,js,json,md,yaml,html}\""
},
"version": "2.10.0-alpha.2"
"version": "2.10.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ packages = [
]
readme = "readme.md"
repository = "https://github.com/atlas-bi/Hub"
version = "2.10.0-alpha.2"
version = "2.10.0"

[tool.poetry.dependencies]
Flask = "^2.0.1"
Expand Down

0 comments on commit 01943db

Please sign in to comment.