Skip to content

Commit db4af3d

Browse files
author
GitHub Release Workflow
committed
1.2.9 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 2693f06 commit db4af3d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [1.2.9] - 2024-05-03
4+
- Added basic handling for multipart requests
5+
36
## [1.2.8] - 2024-04-12
47
- Updated integrated mockup to version 2023.3 of public-rackmount1
58

redfishMockupServer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
ch.setLevel(logging.INFO)
3333
logger.addHandler(ch)
3434

35-
tool_version = "1.2.8"
35+
tool_version = "1.2.9"
3636

3737
dont_send = ["connection", "keep-alive", "content-length", "transfer-encoding"]
3838

0 commit comments

Comments
 (0)