Skip to content

Commit afcb069

Browse files
authored
Merge pull request #152 from casework/release-0.14.1.post0
Release 0.14.1.post0
2 parents 8b87ab8 + f0b4915 commit afcb069

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.12.0
3+
rev: 23.12.1
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/flake8
7-
rev: 6.1.0
7+
rev: 7.0.0
88
hooks:
99
- id: flake8
1010
- repo: https://github.com/pycqa/isort

case_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
#
1515
# We would appreciate acknowledgement if the software is used.
1616

17-
__version__ = "0.14.1"
17+
__version__ = "0.14.1.post0"
1818

1919
from . import local_uuid # noqa: F401

case_utils/local_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
This library was a wrapper for uuid, provided to generate repeatable UUIDs if requested. It is now a temporary re-export of functionality migrated to cdo_local_uuid.
1919
"""
2020

21-
__version__ = "0.4.0"
21+
__version__ = "0.4.1"
2222

2323
__all__ = ["configure", "local_uuid"]
2424

0 commit comments

Comments
 (0)