Skip to content

Commit ce439fa

Browse files
committed
Bump version to v0.16.3
1 parent 5c5293e commit ce439fa

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
resolver = "2"
66

77
[workspace.package]
8-
version = "0.16.2"
8+
version = "0.16.3"
99
authors = ["Daniel Thom", "Joseph McKinsey"]
1010
license = "BSD-3-Clause"
1111
edition = "2024"
@@ -14,7 +14,7 @@ description = "Workflow management system"
1414

1515
[workspace.dependencies]
1616
# Self-reference for sub-crates (version only specified here)
17-
torc = { version = "0.16.2", path = "." }
17+
torc = { version = "0.16.3", path = "." }
1818

1919
# Shared dependencies
2020
serde = { version = "1.0", features = ["derive"] }

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Usage:
22
# # Download and extract release binaries
3-
# VERSION=0.16.2
3+
# VERSION=0.16.3
44
# mkdir -p artifact
55
# curl -fsSL "https://github.com/NatLabRockies/torc/releases/download/v${VERSION}/torc-x86_64-unknown-linux-musl.tar.gz" \
66
# | tar xz -C artifact/

docs/src/getting-started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ listed below.
5353

5454
```
5555
/scratch/dthom/torc/
56-
├── 0.16.2/
56+
├── 0.16.3/
5757
├── ...
58-
└── latest -> 0.16.2 (symlink to current version)
58+
└── latest -> 0.16.3 (symlink to current version)
5959
```
6060

6161
> **Recommended**: Use the `latest` directory. Torc maintains backwards compatibility, so you'll

python_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "torc-client"
77
# Note: Do not update manually. Use cargo-release from the repo root, such as
88
# $ cargo release minor --execute
9-
version = "0.16.2"
9+
version = "0.16.3"
1010
description = "Workflow management system"
1111
requires-python = ">=3.11,<3.14"
1212
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)