Skip to content

Commit 78166a2

Browse files
committed
Merge branch 'release-0.8.1.post0' into support-0.8.x
2 parents 893eac6 + 603c5c2 commit 78166a2

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
@@ -11,6 +11,6 @@
1111
#
1212
# We would appreciate acknowledgement if the software is used.
1313

14-
__version__ = "0.8.1"
14+
__version__ = "0.8.1.post0"
1515

1616
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
@@ -15,7 +15,7 @@
1515
This library is a wrapper for uuid, provided to generate repeatable UUIDs if requested.
1616
"""
1717

18-
__version__ = "0.3.1"
18+
__version__ = "0.3.2"
1919

2020
import logging
2121
import os

0 commit comments

Comments
 (0)