Skip to content

Commit c7b9938

Browse files
committed
Bump to 2.9.8
check_version lost its paths filter (a required check behind one never reports, which blocks the merge) and is now a required context, so every PR has to land ahead of the latest PyPI release -- docs-only ones included. This branch was riding main's 2.9.7, which is published, so the check fails as-is. Bumps all three copies of the version, since the job asserts pyproject.toml and socketsecurity/__init__.py agree and python-tests runs `uv lock --locked`. The changelog's Unreleased header becomes 2.9.8 to match; naming the section now is safe because a collision with someone else's 2.9.8 would conflict on pyproject.toml rather than silently dropping the section on rebase.
1 parent 69f8871 commit c7b9938

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 2.9.8
44

55
### Documentation: API token permissions
66

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.9.7"
9+
version = "2.9.8"
1010
requires-python = ">= 3.11"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

‎socketsecurity/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.9.7'
2+
__version__ = '2.9.8'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

‎uv.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)