Skip to content

Commit

Permalink
chore: Release v2.0.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release.
  • Loading branch information
semantic-release committed Dec 2, 2024
1 parent 7af996e commit cfa9282
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v2.0.1 (2024-12-02)

### Patch
* patch: Support Python 3.13 ([`bb7f272`](https://github.com/sandialabs/shell-logger/commit/bb7f272149e2beadd7185f2ba4957d9fbc558eaf))

Bump the patch version to update the README on PyPI.

## v2.0.0 (2024-12-02)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"(NTESS)"
)
author = "Josh Braun, David Collins, Jason M. Gates"
version = "2.0.0"
version = "2.0.1"
release = version


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "shell-logger-sandialabs"
version = "2.0.0"
version = "2.0.1"
license = "LICENSE.md"
readme = "README.md"
keywords = ["shell", "logging"]
Expand Down
2 changes: 1 addition & 1 deletion shell_logger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from .shell_logger import ShellLogger, ShellLoggerDecoder, ShellLoggerEncoder

__all__ = ["ShellLogger", "ShellLoggerDecoder", "ShellLoggerEncoder"]
__version__ = "2.0.0"
__version__ = "2.0.1"

0 comments on commit cfa9282

Please sign in to comment.