From a2a188c7afb53ec8dbd8b04f09bc738df3273c5e Mon Sep 17 00:00:00 2001 From: Toph Allen Date: Wed, 20 Nov 2024 15:04:46 -0500 Subject: [PATCH] chore: update to dev version (#336) --- .Rbuildignore | 3 +++ .gitignore | 1 + DESCRIPTION | 2 +- NEWS.md | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.Rbuildignore b/.Rbuildignore index 770351c1..c686e51e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,6 +2,9 @@ ^\.Rproj\.user$ ^\.Renviron$ ^\.github$ +^\.envrc$ +^\.vscode$ +^.*\.lic$ ^renv$ ^renv\.lock$ ^README\.Rmd$ diff --git a/.gitignore b/.gitignore index 1a265198..9d44b7d8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ tests/integrated/integrated-results-check.txt tests/integrated/testthat-problems.rds CRAN-SUBMISSION tests/testthat/Rplots.pdf +*.lic diff --git a/DESCRIPTION b/DESCRIPTION index 6b6220fa..d1512cb4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: connectapi Title: Utilities for Interacting with the 'Posit Connect' Server API -Version: 0.4.0 +Version: 0.4.0.9000 Authors@R: c( person(given = "Toph", family = "Allen", diff --git a/NEWS.md b/NEWS.md index 16e0e394..c3eb3829 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# connectapi (development version) + # connectapi 0.4.0 ## New features