From 51aee90b0bae61a00f57ff1a76c58c02b5c9a2b5 Mon Sep 17 00:00:00 2001 From: Alan Butler Date: Thu, 19 Oct 2023 09:28:46 -0600 Subject: [PATCH] Increment version number to 0.2.1.9000 --- DESCRIPTION | 2 +- NEWS.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ed35790..c291913 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,7 @@ Description: Allows users to access the Oregon State Prism climate data Some user friendly visualizations are also provided. URL: https://docs.ropensci.org/prism/, https://github.com/ropensci/prism BugReports: https://github.com/ropensci/prism/issues -Version: 0.2.1 +Version: 0.2.1.9000 Authors@R: c( person("Hart", "Edmund", email ="Edmund.m.hart@gmail.com",role = c("aut", "ccp")), person("Kendon", "Bell", email = "kmb56@berkeley.edu", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 122b1e7..a2485ae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# prism 0.2.1.9000 (development version) + # prism 0.2.1 **Released October 17, 2023** @@ -113,4 +115,4 @@ There are two overall major updates with this release. (1) All functions should * Fixed FTP time out error by switching to webservice -* Fixed `prism_stack` by adjusting to new metadata extraction method \ No newline at end of file +* Fixed `prism_stack` by adjusting to new metadata extraction method