Skip to content

Commit

Permalink
tag release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Jan 3, 2024
1 parent 1b7bbdf commit c692d59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: clustermq
Title: Evaluate Function Calls on HPC Schedulers (LSF, SGE, SLURM, PBS/Torque)
Version: 0.9.2.9000
Version: 0.9.3
Authors@R: c(
person('Michael', 'Schubert', email='[email protected]',
role = c('aut', 'cre', 'cph'),
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ doc:

.PHONY: package
package: rcpp doc vignettes
./src/patch_libzmq.sh
./src/util/patch_libzmq.sh
PATH=$(BIN):$$PATH R CMD build .
R CMD check --as-cran clustermq_$(PKGVER).tar.gz

Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# git head
# clustermq 0.9.3

* Fix a bug where `BiocParallel` did not export required objects (#302)
* Fix a bug where already finished workers were killed (#307)
Expand Down

0 comments on commit c692d59

Please sign in to comment.