Skip to content

Commit

Permalink
release 1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Feb 15, 2025
1 parent 8f84a64 commit 844372f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The `pycldf` package adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## Unreleased
## [1.41.0] - 2025-02-15

- Added a utility function to query SQLite DBs using user-defined functions, aggregates or collations.
- Fixed a bug whereby validation of remote datasets specified by URL of the metadata file did not work.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Robert Forkel'

# The full version, including alpha/beta/rc tags
release = '1.40.5.dev0'
release = '1.41.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pycldf
version = 1.40.5.dev0
version = 1.41.0
author = Robert Forkel
author_email = [email protected]
description = A python library to read and write CLDF datasets
Expand Down
2 changes: 1 addition & 1 deletion src/pycldf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from pycldf.terms import *

# flake8: noqa
__version__ = "1.40.5.dev0"
__version__ = "1.41.0"

0 comments on commit 844372f

Please sign in to comment.