From e55e05679e1ab6f6cb7c99d4a9bdb214042eb930 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Thu, 9 Jan 2025 12:23:35 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.7.12=20=E2=86=92=203.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- followthemoney/__init__.py | 2 +- js/package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c1c65e416..5873c18e3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.7.12 +current_version = 3.8.0 commit = True tag = True diff --git a/followthemoney/__init__.py b/followthemoney/__init__.py index d9d7bce4d..67cc26fa9 100644 --- a/followthemoney/__init__.py +++ b/followthemoney/__init__.py @@ -3,7 +3,7 @@ from followthemoney.model import Model from followthemoney.util import set_model_locale -__version__ = "3.7.12" +__version__ = "3.8.0" model_path = os.path.dirname(__file__) diff --git a/js/package.json b/js/package.json index c5ca316b6..cda89aa92 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@alephdata/followthemoney", - "version": "3.7.12", + "version": "3.8.0", "description": "JavaScript version of the followthemoney data model", "keywords": [], "main": "dist/followthemoney.umd.js", diff --git a/pyproject.toml b/pyproject.toml index bc332d345..df7ac3b6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "followthemoney" -version = "3.7.12" +version = "3.8.0" description = "A data model for anti corruption data modeling and analysis." readme = "README.md" license = { file = "LICENSE" }