File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes
22
3- ## unreleased
3+ ## [ 1.14.3 ]
44
55- Fixed issue where ` makecldf ` could not be run on a dataset in a git repos with no commits.
6+ - Pin dependencies for packages which are about to get incompatible new major versions.
7+ - Last version of the 1.x series.
68
79
810## [ 1.14.2] - 2025-08-07
Original file line number Diff line number Diff line change 1818# -- Project information -----------------------------------------------------
1919
2020project = 'cldfbench'
21- copyright = '2025 , Robert Forkel'
21+ copyright = '2026 , Robert Forkel'
2222author = 'Robert Forkel'
2323
24- release = '1.14.3.dev0 '
25- version = '1.14.3.dev0 '
24+ release = '1.14.3'
25+ version = '1.14.3'
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[metadata]
22name = cldfbench
3- version = 1.14.3.dev0
3+ version = 1.14.3
44license = Apache 2.0
55license_files = LICENSE
66author = Robert Forkel
@@ -36,10 +36,10 @@ python_requires = >=3.8
3636install_requires =
3737 # Pin until 2.0.1 is released, see https://github.com/python-hyper/rfc3986/issues/107
3838 rfc3986<2
39- csvw>=1.5.6
40- clldutils>=3.10.0
39+ csvw<4
40+ clldutils<4
4141 cldfcatalog>=1.5.1
42- pycldf>=1.19.0
42+ pycldf<2
4343 termcolor
4444 requests
4545 appdirs
Original file line number Diff line number Diff line change 44from cldfbench .metadata import * # noqa: F401, F403
55from cldfbench .scaffold import * # noqa: F401, F403
66
7- __version__ = '1.14.3.dev0 '
7+ __version__ = '1.14.3'
You can’t perform that action at this time.
0 commit comments