Skip to content

Commit

Permalink
Merge pull request #151 from casework/release-0.14.1.post0
Browse files Browse the repository at this point in the history
Release 0.14.1.post0
  • Loading branch information
kchason authored Jan 9, 2024
2 parents 80551f4 + f0b4915 commit bc9041c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion case_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
#
# We would appreciate acknowledgement if the software is used.

__version__ = "0.14.1"
__version__ = "0.14.1.post0"

from . import local_uuid # noqa: F401
2 changes: 1 addition & 1 deletion case_utils/local_uuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
The function local_uuid() should be used in code where a user could be expected to opt in to non-random UUIDs.
"""

__version__ = "0.4.0"
__version__ = "0.4.1"

__all__ = ["configure", "local_uuid"]

Expand Down

0 comments on commit bc9041c

Please sign in to comment.