Skip to content

Commit 919ffe7

Browse files
committed
Version 2.4.5
1 parent 93e56bc commit 919ffe7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ repos:
1515
hooks:
1616
- id: black
1717
args: [--safe]
18-
- repo: https://gitlab.com/pycqa/flake8
18+
- repo: https://github.com/PyCQA/flake8
1919
rev: 3.9.2
2020
hooks:
2121
- id: flake8
2222
args: ['--config=.flake8']
2323
exclude: '^(tests/.*)|(train-examples/releases_examples/.*)$'
24-
additional_dependencies: ['flake8-coding==1.3.2', 'flake8-copyright==0.2.2']
24+
additional_dependencies: ['flake8-coding==1.3.2', 'flake8-copyright==0.2.2']
25+

backend/kangas/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# All rights reserved #
1212
######################################################
1313

14-
version_info = (2, 4, 4)
14+
version_info = (2, 4, 5)
1515
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)