Skip to content

Commit 7232782

Browse files
committed
release 1.2.0
1 parent db53f9b commit 7232782

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## [Unreleased]
3+
## [v1.2.0] - 2024-07-03
44

55
- Support more flexible citation labels in `cldfviz.text`.
66

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = cldfviz
3-
version = 1.1.1.dev0
3+
version = 1.2.0
44
author = Robert Forkel
55
author_email = dlce.rdm@eva.mpg.de
66
description = A cldfbench plugin to create vizualisations of CLDF datasets

src/cldfviz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import pathlib
22

3-
__version__ = '1.1.1.dev0'
3+
__version__ = '1.2.0'
44
PKG_DIR = pathlib.Path(__file__).parent

0 commit comments

Comments
 (0)