Skip to content

Commit 79a008d

Browse files
author
GitHub Release Workflow
committed
3.3.1 versioning
Signed-off-by: GitHub Release Workflow <>
1 parent 76d2c61 commit 79a008d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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+
## [3.3.1] - 2025-03-28
4+
- Fixed bug in recent workaround logic for services not returning the 'Location' header to not print the workaround warning for failed login attempts
5+
36
## [3.3.0] - 2025-03-21
47
- Added workaround and warnings for session login when the service incorrectly does not provide the session location in the 'Location' response header
58
- Minor typo fix in exception message for login failures

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = f.read()
1313

1414
setup(name='redfish',
15-
version='3.3.0',
15+
version='3.3.1',
1616
description='Redfish Python Library',
1717
long_description=long_description,
1818
long_description_content_type='text/x-rst',

src/redfish/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
""" Redfish restful library """
77

88
__all__ = ['rest', 'ris', 'discovery', 'messages']
9-
__version__ = "3.3.0"
9+
__version__ = "3.3.1"
1010

1111
from redfish.rest.v1 import redfish_client
1212
from redfish.rest.v1 import AuthMethod

0 commit comments

Comments
 (0)