Skip to content

Commit 24e9d6e

Browse files
committed
release 3.0.0
1 parent 005a684 commit 24e9d6e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88
[Lexibank](https://github.com/lexibank/lexibank) datasets.
99

1010

11+
## Compatibility
12+
13+
At the core of the curation functionality provided by `pylexibank` lies integration
14+
with the metadata catalogs [Glottolog](https://glottolog.org),
15+
[Concepticon](https://concepticon.clld.org) and [CLTS](https://clts.clld.org).
16+
Not all releases of these catalogs are compatibly with all versions of
17+
`pylexibank`.
18+
19+
pylexibank | Glottolog | Concepticon | CLTS
20+
--- | --- | --- | ---
21+
2.x | \>=4.x | \>=2.x | **1.x**
22+
3.x | \>=4.x | \>=2.x | **\>=2.x**
23+
24+
1125
## Install
1226

1327
Since `pylexibank` has quite a few dependencies, installing it will result in installing

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='pylexibank',
6-
version='3.0.0.dev0',
6+
version='3.0.0',
77
author='Robert Forkel',
88
author_email='forkel@shh.mpg.de',
99
description='Python library implementing the lexibank workbench',

src/pylexibank/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from pylexibank.util import * # noqa: F401, F403
77
from pylexibank.cldf import * # noqa: F401, F403
88

9-
__version__ = '3.0.0.dev0'
9+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)