From bb2c5c170f9b635d8504d6274ac133b5d21435ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 18 Mar 2014 17:37:12 +0100 Subject: [PATCH] new syntax for version number --- DESCRIPTION | 4 ++-- NEWS.md | 6 +----- R/SwissCommunes-package.R | 4 ++-- man/SwissCommunes-package.Rd | 4 ++-- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dc16567..deada52 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-02-17 +Version: 0.0-2 +Date: 2014-03-18 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 a556bcb..fb2e449 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,4 @@ -## 0.0.2 (2014-02-17) +## 0.0-2 (2014-03-18) - New function `read_historicized_commune_data` to download and import historicized commune data from the BfS server - -## 0.0.1 (2014-02-17) - -- Empty package. diff --git a/R/SwissCommunes-package.R b/R/SwissCommunes-package.R index d76c68d..76ae404 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-02-17\cr +#' Version: \tab 0.0-2\cr +#' Date: \tab 2014-03-18\cr #' License: \tab GPL-3\cr #' } #' diff --git a/man/SwissCommunes-package.Rd b/man/SwissCommunes-package.Rd index bd1127a..b7a7d15 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-02-17\cr + Version: \tab 0.0-2\cr + Date: \tab 2014-03-18\cr License: \tab GPL-3\cr } }