diff --git a/DESCRIPTION b/DESCRIPTION index 12b86c9..9a58336 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rdflib Title: Tools to Manipulate and Query Semantic Data -Version: 0.2.1 +Version: 0.2.2 Authors@R: c(person("Carl", "Boettiger", email = "cboettig@gmail.com", role = c("aut", "cre", "cph"), diff --git a/LICENSE b/LICENSE index 9ab6c36..2ecb58c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2017 -COPYRIGHT HOLDER: Your name goes here +YEAR: 2019 +COPYRIGHT HOLDER: Carl Boettiger diff --git a/NEWS.md b/NEWS.md index 80e14a5..e081eb3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# rdflib 0.2.1 + +* Minor patch to fix license file +* Updates documentation with hex + + # rdflib 0.2.1 2018-11-25 * Minor patch to make test compatible with breaking change in readr 1.2.0 (#30) diff --git a/codemeta.json b/codemeta.json index 2969d9c..2a5846c 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,14 +10,14 @@ "codeRepository": "https://github.com/ropensci/rdflib", "issueTracker": "https://github.com/ropensci/rdflib/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.2.1", + "version": "0.2.2", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", - "version": "3.5.1", + "version": "3.5.2", "url": "https://r-project.org" }, - "runtimePlatform": "R version 3.5.1 (2018-07-02)", + "runtimePlatform": "R version 3.5.2 (2018-12-20)", "author": [ { "@type": "Person", @@ -325,7 +325,7 @@ ], "contIntegration": "https://travis-ci.org/ropensci/rdflib", "readme": "https://github.com/ropensci/rdflib/blob/master/README.md", - "fileSize": "34928.311KB", + "fileSize": "9764.057KB", "releaseNotes": "https://github.com/ropensci/rdflib/blob/master/NEWS.md", "citation": [ { diff --git a/cran-comments.md b/cran-comments.md index 8af506c..b20acc9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,11 @@ Dear CRAN maintainers, -This release patches a unit test that was broken by the recent readr 1.2.0 release. +This release fixes the license copyright holder name, as requested. ## Test environments -* local OS X install, R 3.5.1 -* ubuntu 14.04 (on travis-ci), R 3.5.1 +* local OS X install, R 3.5.2 +* ubuntu 16.04 (on travis-ci), R 3.5.2 * win-builder (devel and release) ## R CMD check results diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 8770686..106ae0a 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -130,8 +130,8 @@

License

-
YEAR: 2017
-COPYRIGHT HOLDER: Your name goes here
+
YEAR: 2019
+COPYRIGHT HOLDER: Carl Boettiger