We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db53f9b commit 7232782Copy full SHA for 7232782
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changes
2
3
-## [Unreleased]
+## [v1.2.0] - 2024-07-03
4
5
- Support more flexible citation labels in `cldfviz.text`.
6
setup.cfg
[metadata]
name = cldfviz
-version = 1.1.1.dev0
+version = 1.2.0
author = Robert Forkel
author_email = dlce.rdm@eva.mpg.de
description = A cldfbench plugin to create vizualisations of CLDF datasets
src/cldfviz/__init__.py
@@ -1,4 +1,4 @@
import pathlib
-__version__ = '1.1.1.dev0'
+__version__ = '1.2.0'
PKG_DIR = pathlib.Path(__file__).parent
0 commit comments