Skip to content

Commit

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



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

### Fix
* fix: Specify Poetry dependencies ([`d3e3b5c`](https://github.com/sandialabs/staged-script/commit/d3e3b5cfee191a2694793b9c06355ba441a839c5))

## v1.0.1 (2024-07-02)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"2024, National Technology & Engineering Solutions of Sandia, LLC (NTESS)"
)
author = "Jason M. Gates"
version = "1.0.1"
version = "1.0.2"
release = version

# -- General configuration ----------------------------------------------------
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 = "staged-script"
version = "1.0.1"
version = "1.0.2"
license = "LICENSE.md"
readme = "README.md"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion staged_script/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"RetryStage",
"StageDuration",
]
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit 263d8a6

Please sign in to comment.