Skip to content

Commit

Permalink
build: update qpc version to 1.11.0, minmum 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 e9cbf45 commit f6fdb17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/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 f6fdb17

Please sign in to comment.