Skip to content

Commit

Permalink
Increment version number to 3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 13, 2023
1 parent 712930c commit f2240a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: testthat
Title: Unit Testing for R
Version: 3.1.8.9000
Version: 3.1.9
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# testthat (development version)
# testthat 3.1.9

* New `expect_contains()` and `expect_in()` that works similarly to
`expect_true(all(expected %in% object))` or
Expand Down

0 comments on commit f2240a7

Please sign in to comment.