From 952875e3bc57f0d2e6b3d9017e645fcfb2f5654d Mon Sep 17 00:00:00 2001 From: Ada Bohm Date: Mon, 13 Jan 2025 15:31:51 +0100 Subject: [PATCH] Version changed to v0.21.0 --- CHANGELOG.md | 4 ++-- Cargo.lock | 4 ++-- crates/hyperqueue/Cargo.toml | 2 +- crates/pyhq/Cargo.toml | 2 +- nedoc.conf | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245a1ba13..300e1fac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Dev +## v0.21.0 ### Breaking change * Pre-built HyperQueue releases available from our GitHub repository are now built with GLIBC `2.28`, instead of `2.17`. If you need to run HyperQueue on a system with an older GLIBC version, you might need to recompile it from source on your system. If you encounter any issues, please let us know. @@ -817,4 +817,4 @@ would pass `OMP_NUM_THREADS=4` to the executed ``. * Job arrays * Cpu management -* --stdout/--stderr configuration in submit \ No newline at end of file +* --stdout/--stderr configuration in submit diff --git a/Cargo.lock b/Cargo.lock index bf4e40fbf..58605fda1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,7 +990,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyperqueue" -version = "0.20.0" +version = "0.21.0" dependencies = [ "anyhow", "atty", @@ -1640,7 +1640,7 @@ dependencies = [ [[package]] name = "pyhq" -version = "0.20.0" +version = "0.21.0" dependencies = [ "anyhow", "dict_derive", diff --git a/crates/hyperqueue/Cargo.toml b/crates/hyperqueue/Cargo.toml index f1b0679a1..13bf112b5 100644 --- a/crates/hyperqueue/Cargo.toml +++ b/crates/hyperqueue/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperqueue" -version = "0.20.0" +version = "0.21.0" description = "Job execution system" authors.workspace = true edition.workspace = true diff --git a/crates/pyhq/Cargo.toml b/crates/pyhq/Cargo.toml index 2c0984251..d9eceae65 100644 --- a/crates/pyhq/Cargo.toml +++ b/crates/pyhq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyhq" -version = "0.20.0" +version = "0.21.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/nedoc.conf b/nedoc.conf index 28bf419c6..9d34e51e6 100644 --- a/nedoc.conf +++ b/nedoc.conf @@ -2,7 +2,7 @@ [main] project_name = hyperqueue -project_version = 0.20.0 +project_version = 0.21.0 source_path = crates/pyhq/python/hyperqueue target_path = ./docs/apidoc