Skip to content

Commit ecf42bc

Browse files
author
semantic-release
committed
chore: Release v2.0.3
Automatically generated by python-semantic-release.
1 parent d127a43 commit ecf42bc

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+
## v2.0.3 (2025-06-09)
6+
7+
### Patch
8+
* patch: Sign release commits and tags ([`4f2caa1`](https://github.com/sandialabs/staged-script/commit/4f2caa191e797e8dad7f2d7cda6511c70feb458c))
9+
510
## v2.0.2 (2025-05-27)
611

712
### 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 = "Jason M. Gates"
20-
version = "2.0.2"
20+
version = "2.0.3"
2121
release = version
2222

2323
# -- General configuration ----------------------------------------------------

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 = "staged-script"
8-
version = "2.0.2"
8+
version = "2.0.3"
99
license = "LICENSE.md"
1010
readme = "README.md"
1111
keywords = [

staged_script/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"StageDuration",
2525
"StagedScript",
2626
]
27-
__version__ = "2.0.2"
27+
__version__ = "2.0.3"

0 commit comments

Comments
 (0)