Skip to content

Commit d979bb8

Browse files
committed
prepare release 0.4.0 of udapi
1 parent 133dcc5 commit d979bb8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.txt

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Udapi Change Log
22
----------------
33
See https://github.com/udapi/udapi-python/commits/master for details.
44

5+
0.4.0 2024-03-28
6+
- support for CorefUD 1.3
7+
- edits by Dan Zeman in block.ud.*
8+
- requires Python 3.9+ (difficult to test older versions in Circle-CI)
9+
510
0.3.0 2022-04-06
611
- support for CorefUD 1.0 (new CoNLL-U format for coreference annotation)
712
- edits by Dan Zeman in block.ud.*

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = udapi
3-
version = 0.3.0
3+
version = 0.4.0
44
author = Martin Popel
55
author_email = [email protected]
66
description = Python framework for processing Universal Dependencies data
@@ -14,7 +14,7 @@ classifiers =
1414

1515
[options]
1616
packages = find:
17-
python_requires = >=3.6
17+
python_requires = >=3.9
1818
include_package_data = True
1919
scripts =
2020
bin/udapy

0 commit comments

Comments
 (0)