Skip to content

Commit e723cb9

Browse files
committed
release 1.14.3
1 parent 962a706 commit e723cb9

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'cldfbench'
21-
copyright = '2025, Robert Forkel'
21+
copyright = '2026, Robert Forkel'
2222
author = '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 ---------------------------------------------------

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cldfbench
3-
version = 1.14.3.dev0
3+
version = 1.14.3
44
license = Apache 2.0
55
license_files = LICENSE
66
author = Robert Forkel
@@ -36,10 +36,10 @@ python_requires = >=3.8
3636
install_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

src/cldfbench/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from cldfbench.metadata import * # noqa: F401, F403
55
from cldfbench.scaffold import * # noqa: F401, F403
66

7-
__version__ = '1.14.3.dev0'
7+
__version__ = '1.14.3'

0 commit comments

Comments
 (0)