From 14830f5de01eb5acad12edd0282c7747a0827b5a Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Fri, 21 Jul 2023 14:17:13 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.4.4=20=E2=86=92=203.5.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 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c987111e8..f02795291 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.4.4 +current_version = 3.5.0 commit = True tag = True diff --git a/followthemoney/__init__.py b/followthemoney/__init__.py index eea6d031f..b4b655fe8 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.4.4" +__version__ = "3.5.0" model_path = os.path.dirname(__file__) diff --git a/js/package.json b/js/package.json index b989e1d21..011f68058 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@alephdata/followthemoney", - "version": "3.4.4", + "version": "3.5.0", "description": "JavaScript version of the followthemoney data model", "keywords": [], "main": "dist/followthemoney.umd.js", diff --git a/setup.py b/setup.py index 987e83556..bec0406e5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="followthemoney", - version="3.4.4", + version="3.5.0", author="Organized Crime and Corruption Reporting Project", author_email="data@occrp.org", url="https://followthemoney.tech/",