Skip to content

Commit b085e99

Browse files
committed
preparing PyPI release 0.3.0
1 parent 702e9b1 commit b085e99

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
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.3.0 2022-04-06
6+
- support for CorefUD 1.0 (new CoNLL-U format for coreference annotation)
7+
- edits by Dan Zeman in block.ud.*
8+
- Circle-CI (instead of Travis-CI)
9+
510
0.2.3 2021-02-23
611
- support for enhanced dependencies and coreference
712
- requires Python 3.6+ due to f-strings

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = udapi
3-
version = 0.2.3
3+
version = 0.3.0
44
author = Martin Popel
55
author_email = popel@ufal.mff.cuni.cz
66
description = Python framework for processing Universal Dependencies data

0 commit comments

Comments
 (0)