Skip to content

Commit

Permalink
5.14.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-kyrychenko committed Aug 9, 2023
1 parent 1d3b195 commit b949d98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.3.0
rev: v3.0.1
hooks:
- id: add-trailing-comma
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/pycqa/flake8
rev: '5.0.4'
rev: '6.1.0'
hooks:
- id: flake8
args:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Module Compilation Release Notes

* ##### v5.14.0 - 2023-08-09

* Improved readability of redis related code [#797](https://github.com/YangCatalog/backend/issues/797)
* scipy bumped from 1.8.1 to 1.10.0

* ##### v5.13.0 - 2023-07-06

* No changes - released with other [deployment submodules](https://github.com/YangCatalog/deployment)
Expand Down

0 comments on commit b949d98

Please sign in to comment.