Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 24, 2024
1 parent 8298ebb commit 3961ce6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.13.0 (2024-05-24)

### Chore

* chore: lock ([`8298ebb`](https://github.com/jjjermiah/PyDicomSorter/commit/8298ebbebd5112447b62a0e3ed4e5e6d64e62d0a))

### Feature

* feat: clean up ([`1be893b`](https://github.com/jjjermiah/PyDicomSorter/commit/1be893b84473ac558b4b7a1ff850f6e37f3b7256))

### Unknown

* update precommit ([`1e84963`](https://github.com/jjjermiah/PyDicomSorter/commit/1e84963234e13509d801e4701c9bc6159f07ea3f))


## v0.12.0 (2024-05-23)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#__________________________________________________________________________________________________#
[project]
name = "pydicomsorter"
version = "0.12.0"
version = "0.13.0"
description = "A Quick Tool For Sorting Dicom Files"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/pydicomsorter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .cli import cli
from .io import find_dicom_files

version = '0.12.0'
version = '0.13.0'

__all__ = [
'find_dicom_files',
Expand Down

0 comments on commit 3961ce6

Please sign in to comment.