From 7465dda0a2fe8e38a85d3a5908768488ae2acdc2 Mon Sep 17 00:00:00 2001 From: Dennis Iversen Date: Mon, 21 Oct 2024 15:02:18 +0200 Subject: [PATCH] bump version to v.1.3.607 --- example-config-demo/docs/README.md | 2 +- stadsarkiv_client/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example-config-demo/docs/README.md b/example-config-demo/docs/README.md index c8afe6a8..4fed642b 100644 --- a/example-config-demo/docs/README.md +++ b/example-config-demo/docs/README.md @@ -71,6 +71,6 @@ Install main branch: Install latest version: - pipx install git+https://github.com/aarhusstadsarkiv/stadsarkiv-client@v1.3.606 + pipx install git+https://github.com/aarhusstadsarkiv/stadsarkiv-client@v.1.3.607 Usage is the same as for development. diff --git a/stadsarkiv_client/__init__.py b/stadsarkiv_client/__init__.py index a958ebd1..0c90c0fe 100644 --- a/stadsarkiv_client/__init__.py +++ b/stadsarkiv_client/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.3.606" +__version__ = ".1.3.607" __program__ = "stadsarkiv-client"