Skip to content

Commit ac575dc

Browse files
committed
release 2.0.0
1 parent 5b59cbd commit ac575dc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The `pycldf` package adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

55

6-
## unreleased
6+
## [2.0.0] - 2026-05-05
77

88
- Remove dependency on `attrs`.
99

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Robert Forkel'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.43.2.dev0'
25+
release = '2.0.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pycldf
3-
version = 1.43.2.dev0
3+
version = 2.0.0
44
author = Robert Forkel
55
author_email = robert_forkel@eva.mpg.de
66
description = A python library to read and write CLDF datasets

src/pycldf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from pycldf.terms import *
1010

1111
# flake8: noqa
12-
__version__ = "1.43.2.dev0"
12+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)