Skip to content

Commit 83d3551

Browse files
Merge pull request #355 from wphillipmoore/chore/bump-version-1.1.11
chore: bump version to 1.1.11
2 parents e9c4d96 + c4cd920 commit 83d3551

5 files changed

Lines changed: 30 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [1.1.10] - 2026-02-21
9+
10+
### Bug fixes
11+
12+
- scope Python linters to src/ and tests/, sync standard-tooling v1.1.4 (#352)
13+
814
## [1.1.9] - 2026-02-20
915

1016
### Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pymqrest"
7-
version = "1.1.10"
7+
version = "1.1.11"
88
description = "Python wrapper for the IBM MQ REST API"
99
readme = "README.md"
1010
license = "GPL-3.0-or-later"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tomli==2.4.0
8686
# via pip-audit
8787
tomli-w==1.2.0
8888
# via pip-audit
89-
ty==0.0.17
89+
ty==0.0.18
9090
types-requests==2.32.4.20260107
9191
typing-extensions==4.15.0
9292
# via

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tomli==2.4.0
8686
# via pip-audit
8787
tomli-w==1.2.0
8888
# via pip-audit
89-
ty==0.0.17
89+
ty==0.0.18
9090
types-requests==2.32.4.20260107
9191
typing-extensions==4.15.0
9292
# via

uv.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)