Skip to content

Commit 2b35d0d

Browse files
authored
Merge pull request #752 from hkad98/flight-server-version-bump
chore: add gooddata-flight-server to tbump config
2 parents b93a625 + d93a8a5 commit 2b35d0d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

gooddata-flight-server/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
include_package_data=True,
3434
python_requires=">=3.8.0",
3535
project_urls={
36-
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.21.0",
36+
"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.23.0",
3737
"Source": "https://github.com/gooddata/gooddata-python-sdk",
3838
},
3939
scripts=[
@@ -47,6 +47,7 @@
4747
"Programming Language :: Python :: 3.9",
4848
"Programming Language :: Python :: 3.10",
4949
"Programming Language :: Python :: 3.11",
50+
"Programming Language :: Python :: 3.12",
5051
"Topic :: Database",
5152
"Topic :: Scientific/Engineering",
5253
"Topic :: Software Development",

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ search = "version=\"{current_version}\""
110110
src = "gooddata-dbt/setup.py"
111111
search = "gooddata-sdk~={current_version}"
112112

113+
[[tool.tbump.file]]
114+
# gooddata-flight-server setup.py
115+
src = "gooddata-flight-server/setup.py"
116+
search = "version=\"{current_version}\""
117+
113118
[[tool.tbump.file]]
114119
# clients README
115120
src = "gooddata-*-client/README.md"
@@ -146,6 +151,10 @@ search = '"Documentation": "https://gooddata-pandas.readthedocs.io/en/v{current_
146151
src = "gooddata-fdw/setup.py"
147152
search = '"Documentation": "https://gooddata-fdw.readthedocs.io/en/v{current_version}"'
148153

154+
[[tool.tbump.file]]
155+
src = "gooddata-flight-server/setup.py"
156+
search = '"Documentation": "https://gooddata-flight-server.readthedocs.io/en/v{current_version}"'
157+
149158
# You can specify a list of commands to
150159
# run after the files have been patched
151160
# and before the git commit is made

0 commit comments

Comments
 (0)