Skip to content

Commit

Permalink
Bump version: 3.6.1 → 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jun 6, 2024
1 parent 8f49cb7 commit 3bc41b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.6.1
current_version = 3.6.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion followthemoney/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from followthemoney.model import Model
from followthemoney.util import set_model_locale

__version__ = "3.6.1"
__version__ = "3.6.2"


model_path = os.path.dirname(__file__)
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephdata/followthemoney",
"version": "3.6.1",
"version": "3.6.2",
"description": "JavaScript version of the followthemoney data model",
"keywords": [],
"main": "dist/followthemoney.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="followthemoney",
version="3.6.1",
version="3.6.2",
author="Organized Crime and Corruption Reporting Project",
author_email="[email protected]",
url="https://followthemoney.tech/",
Expand Down

0 comments on commit 3bc41b7

Please sign in to comment.