Skip to content

Commit

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



## v1.0.3 (2024-07-10)

### Chore
* chore: Remove build artifacts ([`98768ab`](https://github.com/sandialabs/shell-logger/commit/98768ab79253214e48d91dfc610afb6d7b1dc8a8))

These were accidentally committed in
0cbf0dfd410dd01e84eece340ac7f42c8cf24da9.

### Patch
* patch: Maintenance mode release ([`fcc6b4b`](https://github.com/sandialabs/shell-logger/commit/fcc6b4b08514af9d4351dd2eb7ff5e4908152ea3))

## v1.0.2 (2024-07-10)

### Continuous Integration
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 = "1.0.2"
version = "1.0.3"
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 = "1.0.2"
version = "1.0.3"
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__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit c83c579

Please sign in to comment.