Skip to content

Commit

Permalink
release 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jan 22, 2024
1 parent 7936fcc commit afefc2e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
The `pycldf` package adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [1.37.0] - 2024-01-22

Support for CLDF 1.3.


## [1.36.0] - 2023-11-14

- Support typed values, specified via `columnSpec` in `ParameterTable` in `orm` module.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = 'pycldf'
copyright = '2023, Robert Forkel'
copyright = '2024, Robert Forkel'
author = 'Robert Forkel'

# The full version, including alpha/beta/rc tags
release = '1.36.1.dev0'
release = '1.37.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.36.1.dev0
version = 1.37.0
author = Robert Forkel
author_email = robert_forkel@eva.mpg.de
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.36.1.dev0"
__version__ = "1.37.0"

0 comments on commit afefc2e

Please sign in to comment.