Skip to content

Commit 2d06179

Browse files
committed
Prepare for patch release
1 parent a4905d9 commit 2d06179

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: testthat
22
Title: Unit Testing for R
3-
Version: 2.1.0.9000
3+
Version: 2.1.1
44
Authors@R: c(
55
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
66
person("RStudio", role = c("cph", "fnd")),

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# testthat (development version)
1+
# testthat 2.1.1
2+
3+
* Fix test failures in strict latin1 locale
24

35
# testthat 2.1.0
46

cran-comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
This is a patch release to fix the test failures in a strict latin1 locale. This did not involve any changes to testthat code, so I did not re-run the revdep tests.
2+
3+
---
4+
15
## Test environments
26

37
* local OS X install (R-release)

0 commit comments

Comments
 (0)