From 112e5daff3fdad2943ad1a786ace507ff6c6b1ec Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sun, 26 Jan 2025 15:32:26 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.15.1=20=E2=86=92=203.15.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- nomenklatura/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3db094f4..5f7690df 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.15.1 +current_version = 3.15.2 tag_name = {new_version} commit = True tag = True diff --git a/nomenklatura/__init__.py b/nomenklatura/__init__.py index c5272ee3..3a43b0fb 100644 --- a/nomenklatura/__init__.py +++ b/nomenklatura/__init__.py @@ -4,7 +4,7 @@ from nomenklatura.store import Store, View from nomenklatura.index import Index -__version__ = "3.15.1" +__version__ = "3.15.2" __all__ = [ "Dataset", "CompositeEntity", diff --git a/pyproject.toml b/pyproject.toml index ee919ef4..ff218e34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "nomenklatura" -version = "3.15.1" +version = "3.15.2" description = "Make record linkages in followthemoney data." readme = "README.md" license = { file = "LICENSE" }