Skip to content

Commit 218e7d1

Browse files
update changelog
1 parent d4b5f24 commit 218e7d1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/changes/unreleased.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Unreleased
22

3-
Verification of the Python and Exasol version format of the config by adding a BaseConfig class
3+
Verification of the Python and Exasol version format of the config by adding a BaseConfig class. To Use:
4+
5+
#Use
6+
Project_Config = BaseConfig()
7+
#modify
8+
Project_Config = BaseConfig(python_versions=["3.12"])
9+
#expand
10+
class ProjectConfig(BaseConfig):
11+
extra_data: list[str] = ["data"]
12+
13+
Project_Config = ProjectConfig()
414

515
## Feature
616

0 commit comments

Comments
 (0)