Skip to content

Commit 187dc29

Browse files
author
semantic-release
committed
chore: Release v1.0.4
Automatically generated by python-semantic-release.
1 parent 2197830 commit 187dc29

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

33

44

5+
## v1.0.4 (2024-07-11)
6+
7+
### Patch
8+
* patch: Remove conda-forge badges ([`120b656`](https://github.com/sandialabs/shell-logger/commit/120b6561fdf8ed19c1603a120daeb020b3910988))
9+
510
## v1.0.3 (2024-07-10)
611

712
### Chore

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 = "1.0.3"
21+
version = "1.0.4"
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 = "1.0.3"
8+
version = "1.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__ = "1.0.3"
12+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)