xmas-app 0.12.1__tar.gz → 0.12.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xmas-app
3
- Version: 0.12.1
3
+ Version: 0.12.2
4
4
  Summary: The XLeitstelle model-driven application schema app.
5
5
  License: EUPL-1.2-or-later
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "xmas-app"
3
- version = "0.12.1"
3
+ version = "0.12.2"
4
4
  description = "The XLeitstelle model-driven application schema app."
5
5
  authors = [{ name = "Tobias Kraft", email = "tobias.kraft@gv.hamburg.de" }]
6
6
  classifiers = [
@@ -45,7 +45,7 @@ class Settings(BaseSettings):
45
45
  PGSERVICE: Optional[str] = None
46
46
 
47
47
  appschema: Literal["xplan", "xtrasse"]
48
- appschema_version: Literal["2.0", "5.4", "6.0"]
48
+ appschema_version: Literal["2.0", "5.4", "6.0", "6.1"]
49
49
  app_port: int
50
50
  db_type: str = "postgres" # defaulting to postgres
51
51
  app_mode: Literal["dev", "prod"] = "prod"
@@ -55,7 +55,7 @@ class Settings(BaseSettings):
55
55
  "https://registry.gdi-de.org/codelist/de.xleitstelle.xplanung"
56
56
  )
57
57
  qgis_plugin_name: str = "XMAS-Plugin"
58
- qgis_plugin_min_version: _VersionPydanticAnnotation = Version(major=0, minor=13)
58
+ qgis_plugin_min_version: _VersionPydanticAnnotation = Version(major=0, minor=14)
59
59
 
60
60
  model_config = SettingsConfigDict(env_file=".env", env_file_encoding="utf-8")
61
61
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes