Skip to content

Commit 51b4d29

Browse files
committed
MNT bump to 4.0.1
1 parent 9478098 commit 51b4d29

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this
55

66
## [Release candidate] - started 2025-03
77

8+
## [4.0.1] - 2025-03-26
9+
10+
### Fixed
11+
12+
- #165.
13+
814
## [4.0.0] - 2025-03-10
915

1016
### Fixed

server/src/scimodom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ("4", "0", "0")
1+
__version_info__ = ("4", "0", "1")
22
__version__ = ".".join(__version_info__)

0 commit comments

Comments
 (0)