Skip to content

Commit

Permalink
Version 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Jan 16, 2024
1 parent 93e56bc commit 919ffe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ repos:
hooks:
- id: black
args: [--safe]
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
args: ['--config=.flake8']
exclude: '^(tests/.*)|(train-examples/releases_examples/.*)$'
additional_dependencies: ['flake8-coding==1.3.2', 'flake8-copyright==0.2.2']
additional_dependencies: ['flake8-coding==1.3.2', 'flake8-copyright==0.2.2']

2 changes: 1 addition & 1 deletion backend/kangas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# All rights reserved #
######################################################

version_info = (2, 4, 4)
version_info = (2, 4, 5)
__version__ = ".".join(map(str, version_info))

0 comments on commit 919ffe7

Please sign in to comment.