Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Mar 23, 2021
1 parent 005a684 commit 24e9d6e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
[Lexibank](https://github.com/lexibank/lexibank) datasets.


## Compatibility

At the core of the curation functionality provided by `pylexibank` lies integration
with the metadata catalogs [Glottolog](https://glottolog.org),
[Concepticon](https://concepticon.clld.org) and [CLTS](https://clts.clld.org).
Not all releases of these catalogs are compatibly with all versions of
`pylexibank`.

pylexibank | Glottolog | Concepticon | CLTS
--- | --- | --- | ---
2.x | \>=4.x | \>=2.x | **1.x**
3.x | \>=4.x | \>=2.x | **\>=2.x**


## Install

Since `pylexibank` has quite a few dependencies, installing it will result in installing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='pylexibank',
version='3.0.0.dev0',
version='3.0.0',
author='Robert Forkel',
author_email='[email protected]',
description='Python library implementing the lexibank workbench',
Expand Down
2 changes: 1 addition & 1 deletion src/pylexibank/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from pylexibank.util import * # noqa: F401, F403
from pylexibank.cldf import * # noqa: F401, F403

__version__ = '3.0.0.dev0'
__version__ = '3.0.0'

0 comments on commit 24e9d6e

Please sign in to comment.