Skip to content

Commit

Permalink
build: update qpc version to 1.11.0, minimum server version to 1.11.0
Browse files Browse the repository at this point in the history
Relates to JIRA: DISCOVERY-870
  • Loading branch information
infinitewarp committed Dec 2, 2024
1 parent d687438 commit d30e27a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "qpc"
version = "1.10.0"
version = "1.11.0"
license = {file = "LICENSE"}
requires-python = ">=3.12,<3.13"
dynamic = ["scripts"]

[tool.poetry]
name = "qpc"
version = "1.10.0"
version = "1.11.0"
description = ""
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down
2 changes: 1 addition & 1 deletion qpc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Name: qpc
Summary: command-line client interface for quipucords

Version: 1.10.0
Version: 1.11.0
Release: 1%{?dist}
Epoch: 0

Expand Down
2 changes: 1 addition & 1 deletion qpc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

LOG_LEVEL_INFO = 0

QPC_MIN_SERVER_VERSION = "1.10.0"
QPC_MIN_SERVER_VERSION = "1.11.0"

logging.captureWarnings(True)
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit d30e27a

Please sign in to comment.