Skip to content

Commit

Permalink
1.2.1 versioning
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Release Workflow <>
  • Loading branch information
GitHub Release Workflow committed Jan 8, 2024
1 parent b269518 commit c9676a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.2.1] - 2024-01-08
- Removed restrictions on urllib3 versions

## [1.2.0] - 2023-10-27
- Version change to fix release assets; no functional changes

Expand Down
2 changes: 1 addition & 1 deletion redfish_protocol_validator/console_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from redfish_protocol_validator.constants import Result
from redfish_protocol_validator.system_under_test import SystemUnderTest

tool_version = '1.2.0'
tool_version = '1.2.1'


def perform_tests(sut: SystemUnderTest):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="redfish_protocol_validator",
version="1.2.0",
version="1.2.1",
description="Redfish Protocol Validator",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c9676a6

Please sign in to comment.