We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80551f4 + f0b4915 commit bc9041cCopy full SHA for bc9041c
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.12.0
+ rev: 23.12.1
4
hooks:
5
- id: black
6
- repo: https://github.com/pycqa/flake8
7
- rev: 6.1.0
+ rev: 7.0.0
8
9
- id: flake8
10
- repo: https://github.com/pycqa/isort
case_utils/__init__.py
@@ -14,6 +14,6 @@
14
#
15
# We would appreciate acknowledgement if the software is used.
16
17
-__version__ = "0.14.1"
+__version__ = "0.14.1.post0"
18
19
from . import local_uuid # noqa: F401
case_utils/local_uuid.py
@@ -20,7 +20,7 @@
20
The function local_uuid() should be used in code where a user could be expected to opt in to non-random UUIDs.
21
"""
22
23
-__version__ = "0.4.0"
+__version__ = "0.4.1"
24
25
__all__ = ["configure", "local_uuid"]
26
0 commit comments