Skip to content

Commit

Permalink
Increment version number to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Aug 7, 2023
1 parent d243a3a commit 45834ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "R package qgisprocess: use QGIS processing algorithms",
"version": "0.0.0.9000",
"version": "0.1.0",
"license": "GPL-3.0-or-later",
"upload_type": "software",
"description": "<p>R package <code>qgisprocess</code> provides seamless access to the <a href=\"https://qgis.org/en/site/\">QGIS</a> processing toolbox using the standalone <code>qgis_process</code> command-line utility. Both native and third-party (plugin) processing providers are supported. Beside referring data sources from file, also common objects from <code>sf</code>, <code>terra</code> and <code>stars</code> are supported. The native processing algorithms are documented <a href=\"https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/\">at QGIS</a>. URL: <a href=\"https://r-spatial.github.io/qgisprocess\">https://r-spatial.github.io/qgisprocess</a>.</p>",
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ abstract: R package 'qgisprocess' provides seamless access
identifiers:
- type: url
value: https://r-spatial.github.io/qgisprocess/
version: 0.0.0.9000
version: 0.1.0
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: qgisprocess
Title: Use 'QGIS' Processing Algorithms
Version: 0.0.0.9000
Version: 0.1.0
Authors@R: c(
person("Dewey", "Dunnington", , "dewey@fishandwhistle.net", role = "aut",
comment = c(ORCID = "0000-0002-9415-4582", affiliation = "Voltron Data")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# qgisprocess (development version)
# qgisprocess 0.1.0

- Initial CRAN submission.
- While the package has been incubating for a few years as a development version, quite a few namespace changes were made in 2023 before preparing the first CRAN release (#153).
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0.9000",
title = "R package qgisprocess: use QGIS processing algorithms. Version 0.1.0",
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 = 2023,
url = "https://r-spatial.github.io/qgisprocess/",
textVersion = "Dunnington, Dewey; Vanderhaeghe, Floris; Caha, Jan; Muenchow, Jannes (2023). R package qgisprocess: use QGIS processing algorithms. Version 0.0.0.9000. https://github.com/r-spatial/qgisprocess/",
textVersion = "Dunnington, Dewey; Vanderhaeghe, Floris; Caha, Jan; Muenchow, Jannes (2023). R package qgisprocess: use QGIS processing algorithms. Version 0.1.0. https://github.com/r-spatial/qgisprocess/",
keywords = "R; package; QGIS",
)
# end checklist entry

0 comments on commit 45834ea

Please sign in to comment.