Skip to content

Commit 1b112a5

Browse files
committed
Update CHANGELOG and version.
1 parent 752e16d commit 1b112a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.14.0](https://github.com/fabiocaccamo/python-fsutil/releases/tag/0.14.0) - 2024-03-19
7+
## [0.14.1](https://github.com/fabiocaccamo/python-fsutil/releases/tag/0.14.1) - 2024-03-19
88
- Add `mypy` to `pre-commit`.
99
- Add `transform_filepath` method. #12 #13
1010
- Fix `join_filename` return value when `basename` or `extension` are empty.

fsutil/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__email__ = "[email protected]"
55
__license__ = "MIT"
66
__title__ = "python-fsutil"
7-
__version__ = "0.14.0"
7+
__version__ = "0.14.1"

0 commit comments

Comments
 (0)