Skip to content

Commit 6bea130

Browse files
committed
Merge branch 'support-0.13.x' into release-0.14.1.post0
2 parents 80551f4 + 2728768 commit 6bea130

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/local_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
The function local_uuid() should be used in code where a user could be expected to opt in to non-random UUIDs.
2121
"""
2222

23-
__version__ = "0.4.0"
23+
__version__ = "0.4.1"
2424

2525
__all__ = ["configure", "local_uuid"]
2626

0 commit comments

Comments
 (0)