File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33The ` 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.
Original file line number Diff line number Diff line change 2222author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change 11[metadata]
22name = pycldf
3- version = 1.40.5.dev0
3+ version = 1.41.0
44author = Robert Forkel
55author_email = robert_forkel@eva.mpg.de
66description = A python library to read and write CLDF datasets
Original file line number Diff line number Diff line change 44from pycldf .terms import *
55
66# flake8: noqa
7- __version__ = "1.40.5.dev0 "
7+ __version__ = "1.41.0 "
You can’t perform that action at this time.
0 commit comments