Skip to content

Commit 844372f

Browse files
committed
release 1.41.0
1 parent 8f84a64 commit 844372f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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+
## [1.41.0] - 2025-02-15
77

88
- Added a utility function to query SQLite DBs using user-defined functions, aggregates or collations.
99
- Fixed a bug whereby validation of remote datasets specified by URL of the metadata file did not work.

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.40.5.dev0'
25+
release = '1.41.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.40.5.dev0
3+
version = 1.41.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
@@ -4,4 +4,4 @@
44
from pycldf.terms import *
55

66
# flake8: noqa
7-
__version__ = "1.40.5.dev0"
7+
__version__ = "1.41.0"

0 commit comments

Comments
 (0)