forked from aws/aws-sdk-pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bumpversion.cfg
43 lines (24 loc) · 1.06 KB
/
.bumpversion.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[bumpversion]
current_version = 2.14.0
commit = False
tag = False
tag_name = {new_version}
[bumpversion:file:pyproject.toml]
[bumpversion:file:test_infra/pyproject.toml]
[bumpversion:file:README.md]
[bumpversion:file:CONTRIBUTING_COMMON_ERRORS.md]
[bumpversion:file:tests/test_metadata.py]
[bumpversion:file:docs/source/install.rst]
[bumpversion:file:docs/source/what.rst]
[bumpversion:file:awswrangler/__metadata__.py]
[bumpversion:file:awswrangler/athena/_read.py]
[bumpversion:file:awswrangler/s3/_read_parquet.py]
[bumpversion:file:awswrangler/s3/_read_text.py]
[bumpversion:file:awswrangler/s3/_write_parquet.py]
[bumpversion:file:awswrangler/s3/_write_text.py]
[bumpversion:file:tutorials/001 - Introduction.ipynb]
[bumpversion:file:tutorials/007 - Redshift, MySQL, PostgreSQL, SQL Server.ipynb]
[bumpversion:file:tutorials/014 - Schema Evolution.ipynb]
[bumpversion:file:tutorials/021 - Global Configurations.ipynb]
[bumpversion:file:tutorials/022 - Writing Partitions Concurrently.ipynb]
[bumpversion:file:tutorials/023 - Flexible Partitions Filter.ipynb]