From cbae357c17f343706349ffe138951124f3094361 Mon Sep 17 00:00:00 2001 From: Avraham Adler Date: Tue, 25 Jun 2024 12:53:51 -0400 Subject: [PATCH] Bump to pre-release version and add note to NEWS.md --- DESCRIPTION | 2 +- NEWS.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 790a1f1..9675ae5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: nloptr Type: Package Title: R Interface to NLopt -Version: 2.1.1 +Version: 2.1.1.9000 Authors@R: c(person("Jelmer", "Ypma", role = "aut", email = "uctpjyy@ucl.ac.uk"), person(c("Steven", "G."), "Johnson", role = "aut", diff --git a/NEWS.md b/NEWS.md index 37780c3..e02e97b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# nloptr 2.1.1.9000 +This is a patch (pre) release. It includes + +* Correcting some of the unit tests in `test-global-wrapper`. + # nloptr 2.1.1 This is a patch release to work around a bug in the CRAN checks. Specifically,