Skip to content

Commit 263d8a6

Browse files
author
semantic-release
committed
chore: Release v1.0.2
Automatically generated by python-semantic-release.
1 parent de8cd0d commit 263d8a6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33

44

5+
## v1.0.2 (2024-07-02)
6+
7+
### Fix
8+
* fix: Specify Poetry dependencies ([`d3e3b5c`](https://github.com/sandialabs/staged-script/commit/d3e3b5cfee191a2694793b9c06355ba441a839c5))
9+
510
## v1.0.1 (2024-07-02)
611

712
### Chore

doc/source/conf.py

+1-1
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 = "1.0.1"
20+
version = "1.0.2"
2121
release = version
2222

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

pyproject.toml

+1-1
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 = "1.0.1"
8+
version = "1.0.2"
99
license = "LICENSE.md"
1010
readme = "README.md"
1111
keywords = [

staged_script/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"RetryStage",
2525
"StageDuration",
2626
]
27-
__version__ = "1.0.1"
27+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)