Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 14, 2021
1 parent 48c3501 commit 2421d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: testthat
Title: Unit Testing for R
Version: 3.0.1.9000
Version: 3.0.2
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# testthat (development version)
# testthat 3.0.2

* Failing expectations now include a backtrace when they're not called directly
from within `test_that()` but are instead wrapped in some helper function
Expand Down

0 comments on commit 2421d8a

Please sign in to comment.