Skip to content

Commit

Permalink
Version changed to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali committed Jan 29, 2023
1 parent a2660e0 commit 06b23f8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Dev

# v0.14.0

## New features

### CLI
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hyperqueue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperqueue"
version = "0.13.0"
version = "0.14.0"
description = "Job execution system"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/pyhq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyhq"
version = "0.13.0"
version = "0.14.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion nedoc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[main]
project_name = hyperqueue
project_version = 0.13.0
project_version = 0.14.0

source_path = crates/pyhq/python/hyperqueue
target_path = ./docs/apidoc
Expand Down

0 comments on commit 06b23f8

Please sign in to comment.