Skip to content

Commit

Permalink
3.1.4 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Raineri <michael.raineri@dell.com>
  • Loading branch information
mraineri committed Mar 25, 2022
1 parent 6e27a63 commit 65fc3a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change Log

## [3.1.4] - 2022-03-25
- Removed enforcement of trailing '/' in the 'default_prefix'

## [3.1.3] - 2022-03-21
- Added support for Unix sockets

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
long_description = f.read()

setup(name='redfish',
version='3.1.3',
version='3.1.4',
description='Redfish Python Library',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down
2 changes: 1 addition & 1 deletion src/redfish/__init__.py
Expand Up @@ -6,7 +6,7 @@
""" Redfish restful library """

__all__ = ['rest', 'ris', 'discovery']
__version__ = "3.1.3"
__version__ = "3.1.4"

from redfish.rest.v1 import redfish_client
from redfish.rest.v1 import AuthMethod
Expand Down

0 comments on commit 65fc3a6

Please sign in to comment.