diff --git a/DESCRIPTION b/DESCRIPTION index 1655047..bc57623 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,8 +3,8 @@ Type: Package Encoding: UTF-8 Title: Functions for working with the historicized list of communes of Switzerland. -Version: 0.0-2 -Date: 2014-03-18 +Version: 0.0-3 +Date: 2014-03-19 Author: Kirill Müller Maintainer: Kirill Müller Description: The mutations of Swiss communes are tracked in a machine-readable diff --git a/NEWS.md b/NEWS.md index 828f7b8..8fe90d6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +## 0.0-3 (2014-03-19) + - New function `swcGetData()` that reads commune data from the web only once and reuses cached results for forthcoming calls diff --git a/R/SwissCommunes-package.R b/R/SwissCommunes-package.R index 76ae404..a02d819 100644 --- a/R/SwissCommunes-package.R +++ b/R/SwissCommunes-package.R @@ -10,8 +10,8 @@ #' \tabular{ll}{ #' Package: \tab SwissCommunes\cr #' Type: \tab Package\cr -#' Version: \tab 0.0-2\cr -#' Date: \tab 2014-03-18\cr +#' Version: \tab 0.0-3\cr +#' Date: \tab 2014-03-19\cr #' License: \tab GPL-3\cr #' } #' diff --git a/man/SwissCommunes-package.Rd b/man/SwissCommunes-package.Rd index b7a7d15..d5b3828 100644 --- a/man/SwissCommunes-package.Rd +++ b/man/SwissCommunes-package.Rd @@ -16,8 +16,8 @@ list. \tabular{ll}{ Package: \tab SwissCommunes\cr Type: \tab Package\cr - Version: \tab 0.0-2\cr - Date: \tab 2014-03-18\cr + Version: \tab 0.0-3\cr + Date: \tab 2014-03-19\cr License: \tab GPL-3\cr } }