From 181d4e8f986d9f4899d463314869016ac8a89c3f Mon Sep 17 00:00:00 2001 From: Neal Richardson Date: Tue, 30 May 2023 09:39:41 -0400 Subject: [PATCH] Bump version after release --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index f06a94b..f69e072 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,7 @@ Description: Testing and documenting code that communicates with remote servers test fixtures. The ability to save responses and load them offline also enables one to write vignettes and other dynamic documents that can be distributed without access to a live server. -Version: 4.2.0 +Version: 4.2.0.9000 Authors@R: c( person("Neal", "Richardson", role=c("aut", "cre"), email="neal.p.richardson@gmail.com", comment=c(ORCID="0009-0002-7992-3520")), person("Jonathan", "Keane", role="ctb", email="jkeane@gmail.com"), diff --git a/NEWS.md b/NEWS.md index 0f53bdb..4d1ba46 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# httptest 4.2.0.9000 + # httptest 4.2.0 * `with_mock_dir()` uses the requester set by `set_requester()` (#70, @maelle).