File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 = [
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" ,
Original file line number Diff line number Diff line change @@ -110,6 +110,11 @@ search = "version=\"{current_version}\""
110110src = " gooddata-dbt/setup.py"
111111search = " 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
115120src = " gooddata-*-client/README.md"
@@ -146,6 +151,10 @@ search = '"Documentation": "https://gooddata-pandas.readthedocs.io/en/v{current_
146151src = " gooddata-fdw/setup.py"
147152search = ' "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
You can’t perform that action at this time.
0 commit comments