File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.18.4-rc2
2+ current_version = 3.18.4-rc3
33tag_name = {new_version}
44commit = True
55tag = True
Original file line number Diff line number Diff line change 11"""Provides a set of ingestors based on different file types."""
22import logging
33
4- __version__ = "3.18.4-rc2 "
4+ __version__ = "3.18.4-rc3 "
55
66logging .getLogger ("chardet" ).setLevel (logging .INFO )
77logging .getLogger ("PIL" ).setLevel (logging .INFO )
Original file line number Diff line number Diff line change 55
66setup (
77 name = "ingest" ,
8- version = "3.18.4-rc2 " ,
8+ version = "3.18.4-rc3 " ,
99 author = "Organized Crime and Corruption Reporting Project" ,
1010 packages = find_packages (exclude = ["tests" ]),
1111 package_dir = {"ingestors" : "ingestors" },
You can’t perform that action at this time.
0 commit comments