File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.23.0
2
+ current_version = 3.23.1
3
3
tag_name = {new_version}
4
4
commit = True
5
5
tag = True
6
6
message = π Bump version: {current_version} β {new_version}
7
7
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(pre|rc))(?P<build>\d+))?
8
- serialize =
8
+ serialize =
9
9
{major}.{minor}.{patch}-{release}{build}
10
10
{major}.{minor}.{patch}
11
11
12
12
[bumpversion:part:release]
13
13
optional_value = prod
14
14
first_value = prod
15
- values =
15
+ values =
16
16
rc
17
17
prod
18
18
Original file line number Diff line number Diff line change 1
- 3.23.0
1
+ 3.23.1
Original file line number Diff line number Diff line change 2
2
3
3
import logging
4
4
5
- __version__ = "3.23.0 "
5
+ __version__ = "3.23.1 "
6
6
7
7
logging .getLogger ("chardet" ).setLevel (logging .INFO )
8
8
logging .getLogger ("PIL" ).setLevel (logging .INFO )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " ingestors"
3
- version = " 3.23.0 "
3
+ version = " 3.23.1 "
4
4
description = " Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data. "
5
5
authors = [
6
6
{
name =
" Friedrich Lindenberg" ,
email =
" [email protected] " },
You canβt perform that action at this time.
0 commit comments