From f58a0b4413ec84131ed38a18bfd3d4ddaffd5941 Mon Sep 17 00:00:00 2001 From: Miles Mason Winther <42948872+mmwinther@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:55:41 +0200 Subject: [PATCH] Release v0.14.0 (#392) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9778b1c5..ecbdbdc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssb-datadoc" -version = "0.13.0" +version = "0.14.0" description = "Document dataset metadata. For use in Statistics Norway's metadata system." authors = ["Statistics Norway "] license = "MIT"