From f6ad4ddd3ca8b28b541693c9a2e66e8c57ea7563 Mon Sep 17 00:00:00 2001 From: Steve Haffenden Date: Mon, 20 Jun 2022 13:20:59 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.9.6=20=E2=86=92=202.9.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- enrich/setup.py | 2 +- followthemoney/__init__.py | 2 +- js/package.json | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 976eb61a1..0d89751de 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.6 +current_version = 2.9.7 commit = True tag = True diff --git a/enrich/setup.py b/enrich/setup.py index a0cde7c1e..fd148bed7 100644 --- a/enrich/setup.py +++ b/enrich/setup.py @@ -2,7 +2,7 @@ setup( name="followthemoney-enrich", - version="2.9.6", + version="2.9.7", long_description="Data enrichment toolkit", classifiers=[ "Development Status :: 3 - Alpha", diff --git a/followthemoney/__init__.py b/followthemoney/__init__.py index fae7d9e0a..14dc292d4 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__ = "2.9.6" +__version__ = "2.9.7" model_path = os.path.dirname(__file__) diff --git a/js/package.json b/js/package.json index a11dd0dfa..816d97429 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@alephdata/followthemoney", - "version": "2.9.6", + "version": "2.9.7", "description": "JavaScript version of the followthemoney data model", "keywords": [], "main": "dist/followthemoney.umd.js", diff --git a/setup.py b/setup.py index aeeed823d..10affff12 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="followthemoney", - version="2.9.6", + version="2.9.7", author="Organized Crime and Corruption Reporting Project", author_email="data@occrp.org", url="https://followthemoney.readthedocs.io/",