From 77226b34e0fbd49e9fc9729475146c6e4ce6a52f Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Tue, 30 May 2023 09:33:20 -0400 Subject: [PATCH] 1.5.0 --- DESCRIPTION | 2 +- NEWS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5f855b6..c35c24b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: countrycode Title: Convert Country Names and Country Codes -Version: 1.4.1.9003 +Version: 1.5.0 Authors@R: c(person(given = "Vincent", family = "Arel-Bundock", diff --git a/NEWS.md b/NEWS.md index b5ba2d0..1fc58da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -# countrycode 1.4.0.9000 +# countrycode 1.5.0 -* New `get_dictionary()` function to download custom cross-walks: +* `get_dictionary()` function to download custom dictionaries (cross-walks): - US States, Swiss Cantons, Global Burden of Disease, ExioBase, GTAP. * New codes: Polity V "p5c", "p5n" * New code "unhcr_region". Thanks to @galalH for code contribution #329