Skip to content

Commit

Permalink
chore(release): 2.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.12.0](v2.11.1...v2.12.0) (2023-09-19)

### Bug Fixes

* **config:** prevented error when opt config values where missing. Updated python output to ([a08d1d5](a08d1d5))
* **docs:** fixed link to docs in navbar ([aa20bac](aa20bac))
* **python:** fixed issue where files created by python script were not used as the source ([891d519](891d519)), closes [#423](#423)
* **strftime links:** fixed links to strftime documentation ([a481e4d](a481e4d)), closes [#280](#280)
* **task:** fixed missing fields on new task page ([e96882a](e96882a)), closes [#416](#416)
* **version check:** fixed version check on admin page ([d374f12](d374f12)), closes [#63](#63)

### Features

* **features:** multiple new features and bug fixes, mainly from [@paysni](https://github.com/paysni) at Valley Health ([bab702f](bab702f))
* **smb:** improved smb code for file downloads ([7f27b1c](7f27b1c))
  • Loading branch information
semantic-release-bot committed Sep 19, 2023
1 parent 451cda3 commit ed8dc4a
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.11.1
2.12.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.11.1"
"version": "2.12.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.11.1"
version = "2.12.0"

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

0 comments on commit ed8dc4a

Please sign in to comment.