Skip to content

Commit

Permalink
software metadata fix (v0.27.2 release)
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 23, 2023
1 parent f22e440 commit ac84307
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.27.2 - 2023-02-23
[Maarten van Gompel]
* Minor software metadata fix only, no functional changes

0.27.1 - 2023-02-22
[Maarten van Gompel]
* Software metadata update only, no functional changes
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@type": "SoftwareSourceCode",
"identifier": "frog",
"name": "Frog",
"version": "0.28",
"version": "0.27.2",
"description": "Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. It performs automatic linguistic enrichment such as part of speech tagging, lemmatisation, named entity recognition, shallow parsing, dependency parsing and morphological analysis. All NLP modules are based on TiMBL.",
"license": "https://spdx.org/licenses/GPL-3.0-only",
"url": "https://languagemachines.github.io/frog",
Expand Down Expand Up @@ -74,7 +74,7 @@
"affiliation": [
{ "@id": "https://huc.knaw.nl" },
{ "@id": "https://www.ru.nl/clst" }
],
]
}
],
"sourceOrganization": { "@id": "https://www.ru.nl/clst" },
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ([2.69])
#also adapt version number in codemeta.json
AC_INIT([frog],[0.28],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
AC_INIT([frog],[0.27.2],[lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit ac84307

Please sign in to comment.