Skip to content

Commit cfa9282

Browse files
author
semantic-release
committed
chore: Release v2.0.1
Automatically generated by python-semantic-release.
1 parent 7af996e commit cfa9282

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+
## v2.0.1 (2024-12-02)
6+
7+
### Patch
8+
* patch: Support Python 3.13 ([`bb7f272`](https://github.com/sandialabs/shell-logger/commit/bb7f272149e2beadd7185f2ba4957d9fbc558eaf))
9+
10+
Bump the patch version to update the README on PyPI.
11+
512
## v2.0.0 (2024-12-02)
613

714
### Chores

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"(NTESS)"
1919
)
2020
author = "Josh Braun, David Collins, Jason M. Gates"
21-
version = "2.0.0"
21+
version = "2.0.1"
2222
release = version
2323

2424

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 = "2.0.0"
8+
version = "2.0.1"
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__ = "2.0.0"
12+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)