Skip to content

Commit 7238221

Browse files
committed
temporarily lowering version for upcoming 0.28.1 release with metadata improvements only
1 parent 0e046d9 commit 7238221

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.28.1 2023-02-22
2+
[Maarten van Gompel]
3+
* Software metadata update only, no functional changes
4+
15
0.28 2023-02-21
26
[Ko van der Sloot]
37
* Made sure that TextCat is not initialized when not needed

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@type": "SoftwareSourceCode",
99
"identifier": "ucto",
1010
"name": "ucto",
11-
"version": "0.29",
11+
"version": "0.28.1",
1212
"description": "Ucto tokenizes text files: it separates words from punctuation, and splits sentences. This is one of the first tasks for almost any Natural Language Processing application. Ucto offers several other basic preprocessing steps such as changing case that you can all use to make your text suited for further processing such as indexing, part-of-speech tagging, or machine translation.",
1313
"license": "https://spdx.org/licenses/GPL-3.0-only",
1414
"url": "https://languagemachines.github.io/ucto",

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([ucto],[0.29],[[email protected]]) #adapt version number in codemeta.json as well
5+
AC_INIT([ucto],[0.28.1],[[email protected]]) #adapt version number in codemeta.json as well
66
AM_INIT_AUTOMAKE([foreign])
77
AC_CONFIG_SRCDIR([configure.ac])
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)