Skip to content

Commit 569eca2

Browse files
author
semantic-release
committed
chore: Release v3.0.4
Automatically generated by python-semantic-release.
1 parent 335b8b5 commit 569eca2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v3.0.4 (2025-10-21)
6+
7+
### Patch
8+
* patch: Drop support for Python 3.9 ([`43cf92f`](https://github.com/sandialabs/shell-logger/commit/43cf92fe1e04c96fba89a4b2a7e8d969e25e15b3))
9+
10+
Also add support for Python 3.14.
11+
512
## v3.0.3 (2025-07-16)
613

714
### Chores

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"2024, National Technology & Engineering Solutions of Sandia, LLC (NTESS)"
1818
)
1919
author = "Josh Braun, David Collins, Jason M. Gates"
20-
version = "3.0.3"
20+
version = "3.0.4"
2121
release = version
2222

2323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "shell-logger-sandialabs"
8-
version = "3.0.3"
8+
version = "3.0.4"
99
license = "LICENSE.md"
1010
readme = "README.md"
1111
keywords = ["shell", "logging"]

shell_logger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .shell_logger import ShellLogger, ShellLoggerDecoder, ShellLoggerEncoder
1010

1111
__all__ = ["ShellLogger", "ShellLoggerDecoder", "ShellLoggerEncoder"]
12-
__version__ = "3.0.3"
12+
__version__ = "3.0.4"

0 commit comments

Comments
 (0)