Skip to content

Commit 8e2ee42

Browse files
committed
release v0.13: 3.12 was released prematurely, this fixes it
1 parent 5c0c53c commit 8e2ee42

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
mbt version 3.13 2026-08-17
2+
[Maarten van Gompel]
3+
* 3.12 was released prematurely, this fixes it
4+
15
mbt version 3.12 2026-07-06
26
[Ko van der Sloot]
37
* new release to work with timbl v7.0 (changed ABI)

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@type": "SoftwareSourceCode",
88
"identifier": "mbt",
99
"name": "mbt",
10-
"version": "3.12",
10+
"version": "3.13",
1111
"description": "MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. It has also been used for named-entity recognition, information extraction in domain-specific texts, and disfluency chunking in transcribed speech. ",
1212
"license": "https://spdx.org/licenses/GPL-3.0",
1313
"url": "https://languagemachines.github.io/mbt",

configure.ac

Lines changed: 1 addition & 1 deletion
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([mbt],[3.12],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
5+
AC_INIT([mbt],[3.13],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
66

77
AM_INIT_AUTOMAKE
88
AC_CONFIG_SRCDIR([.])

0 commit comments

Comments
 (0)