diff --git a/.zenodo.json b/.zenodo.json
index ef8673c4..92d84073 100644
--- a/.zenodo.json
+++ b/.zenodo.json
@@ -1,6 +1,6 @@
{
"title": "R package qgisprocess: use QGIS processing algorithms",
- "version": "0.4.0",
+ "version": "0.4.1",
"license": "GPL-3.0-or-later",
"upload_type": "software",
"description": "
R package qgisprocess
provides seamless access to the QGIS processing toolbox using the standalone qgis_process
command-line utility. Both native and third-party (plugin) processing providers are supported. Beside referring data sources from file, also common objects from sf
, terra
and stars
are supported. The native processing algorithms are documented at QGIS.org. URL: https://r-spatial.github.io/qgisprocess. CRAN landing page: https://CRAN.R-project.org/package=qgisprocess.
",
diff --git a/CITATION.cff b/CITATION.cff
index 8a02895f..0178c5af 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -39,4 +39,4 @@ abstract: R package 'qgisprocess' provides seamless access
identifiers:
- type: url
value: https://r-spatial.github.io/qgisprocess/
-version: 0.4.0
+version: 0.4.1
diff --git a/DESCRIPTION b/DESCRIPTION
index 9d3b7761..e681510e 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,21 +1,21 @@
Package: qgisprocess
Title: Use 'QGIS' Processing Algorithms
-Version: 0.4.0.9000
+Version: 0.4.1.9000
Authors@R: c(
person("Dewey", "Dunnington", , "dewey@fishandwhistle.net", role = "aut",
- comment = c("https://orcid.org/0000-0002-9415-4582", "Voltron Data")),
+ comment = c(ORCID = "0000-0002-9415-4582", affiliation = "Voltron Data")),
person("Floris", "Vanderhaeghe", , "floris.vanderhaeghe@inbo.be", role = c("aut", "cre"),
- comment = c("https://orcid.org/0000-0002-6378-6229", "Research Institute for Nature and Forest (INBO)")),
+ comment = c(ORCID = "0000-0002-6378-6229", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Jan", "Caha", , "jan.caha@outlook.com", role = "aut",
- comment = c("https://orcid.org/0000-0003-0165-0606")),
+ comment = c(ORCID = "0000-0003-0165-0606")),
person("Jannes", "Muenchow", , "malnamalja@gmx.de", role = "aut",
- comment = c("https://orcid.org/0000-0001-7834-4717")),
+ comment = c(ORCID = "0000-0001-7834-4717")),
person("Antony", "Barja", , "antony.barja8@gmail.com", role = "ctb",
- comment = c("https://orcid.org/0000-0001-5921-2858")),
+ comment = c(ORCID = "0000-0001-5921-2858")),
person("Robin", "Lovelace", , "rob00x@gmail.com", role = "ctb",
- comment = c("https://orcid.org/0000-0001-5679-6536")),
+ comment = c(ORCID = "0000-0001-5679-6536")),
person("Jakub", "Nowosad", , "nowosad.jakub@gmail.com", role = "ctb",
- comment = c("https://orcid.org/0000-0002-1057-3721")),
+ comment = c(ORCID = "0000-0002-1057-3721")),
person("Research Institute for Nature and Forest (INBO)", role = c("cph", "fnd"),
comment = "https://www.inbo.be/en/")
)
diff --git a/NEWS.md b/NEWS.md
index b818281d..41e7ef09 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,7 @@
# qgisprocess (development version)
+# qgisprocess 0.4.1
+
## Fix for non-UTF-8 locales
- Don't set `encoding = "UTF-8"` in some `processx::run()` calls that used that setting.
diff --git a/inst/CITATION b/inst/CITATION
index 9f144c32..ed7b2576 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -2,11 +2,11 @@ citHeader("To cite `qgisprocess` in publications please use:")
# begin checklist entry
bibentry(
bibtype = "Manual",
- title = "R package qgisprocess: use QGIS processing algorithms. Version 0.4.0",
+ title = "R package qgisprocess: use QGIS processing algorithms. Version 0.4.1",
author = c( author = c(person(given = "Dewey", family = "Dunnington"), person(given = "Floris", family = "Vanderhaeghe"), person(given = "Jan", family = "Caha"), person(given = "Jannes", family = "Muenchow"))),
year = 2024,
url = "https://r-spatial.github.io/qgisprocess/",
- textVersion = "Dunnington, Dewey; Vanderhaeghe, Floris; Caha, Jan; Muenchow, Jannes (2024). R package qgisprocess: use QGIS processing algorithms. Version 0.4.0. https://github.com/r-spatial/qgisprocess/",
+ textVersion = "Dunnington, Dewey; Vanderhaeghe, Floris; Caha, Jan; Muenchow, Jannes (2024). R package qgisprocess: use QGIS processing algorithms. Version 0.4.1. https://github.com/r-spatial/qgisprocess/",
keywords = "R; package; QGIS",
)
# end checklist entry