Skip to content

Commit 8879d18

Browse files
committed
tag v0.9.5
1 parent b8850ae commit 8879d18

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ src/*.so
1111
*.swp
1212
*.tar.gz
1313
*.log
14+
*.html
1415
clustermq.Rcheck
1516
src/Makevars
1617
.github/*.html

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: clustermq
22
Title: Evaluate Function Calls on HPC Schedulers (LSF, SGE, SLURM, PBS/Torque)
3-
Version: 0.9.4
3+
Version: 0.9.5
44
Authors@R: c(
55
person('Michael', 'Schubert', email='mschu.dev@gmail.com',
66
role = c('aut', 'cre', 'cph'),
@@ -42,4 +42,4 @@ Suggests:
4242
tools
4343
VignetteBuilder: knitr
4444
Roxygen: list(r6 = FALSE)
45-
RoxygenNote: 7.3.0
45+
RoxygenNote: 7.3.2

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# git head
1+
# clustermq 0.9.5
22

33
* Fix a bug where an outdated system `libzmq` led to compilation errors (#327)
44
* New option `clustermq.ports` specifies eligible port range (#328) @michaelmayer2

0 commit comments

Comments
 (0)