From b4ebddb09c98d4bcded4973a9c7a5020aa5e627a Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Tue, 5 Sep 2023 10:35:46 -0400 Subject: [PATCH] Increment version number to 1.1.3 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e67034d7b5..7151e187de 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: dplyr Title: A Grammar of Data Manipulation -Version: 1.1.2.9000 +Version: 1.1.3 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4757-117X")), diff --git a/NEWS.md b/NEWS.md index acbe2256de..e4966dffc1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# dplyr (development version) +# dplyr 1.1.3 * `mutate_each()` and `summarise_each()` now throw correct deprecation messages (#6869).