Skip to content

Commit

Permalink
Merge pull request #625 from alephdata/release/3.22.0
Browse files Browse the repository at this point in the history
Release/3.22.0
  • Loading branch information
tillprochaska authored May 27, 2024
2 parents 603a22c + c67c3fe commit 7bf441d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.21.0-rc1
current_version = 3.22.0
tag_name = {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion ingestors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging

__version__ = "3.21.0-rc1"
__version__ = "3.22.0"

logging.getLogger("chardet").setLevel(logging.INFO)
logging.getLogger("PIL").setLevel(logging.INFO)
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="ingest",
version="3.21.0-rc1",
version="3.22.0",
author="Organized Crime and Corruption Reporting Project",
packages=find_packages(exclude=["tests"]),
package_dir={"ingestors": "ingestors"},
Expand Down

0 comments on commit 7bf441d

Please sign in to comment.