From 304860146d1b97cde84c7e871ce028acea674d8d Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Wed, 15 Jun 2022 09:19:38 +0200 Subject: [PATCH] master > master: code py - VERSION up (minor) --- code/python/dist/VERSION | 2 +- code/python/docs/config/Models/AppOptions.md | 2 +- code/python/models/commands-schema.yaml | 2 +- code/python/models/config-schema.yaml | 2 +- code/python/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/python/dist/VERSION b/code/python/dist/VERSION index 6e8bf73..0ea3a94 100644 --- a/code/python/dist/VERSION +++ b/code/python/dist/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 diff --git a/code/python/docs/config/Models/AppOptions.md b/code/python/docs/config/Models/AppOptions.md index a0d6030..b100ef5 100644 --- a/code/python/docs/config/Models/AppOptions.md +++ b/code/python/docs/config/Models/AppOptions.md @@ -8,7 +8,7 @@ Name | Type | Description | Notes **tarjan** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null] **tsp** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null] **hirschberg** | [**AppOptions_hirschberg**](AppOptions_hirschberg.md) | | [default to null] -**rucksack** | [**AppOptions_rucksack**](AppOptions_rucksack.md) | | [optional] [default to null] +**rucksack** | [**AppOptions_rucksack**](AppOptions_rucksack.md) | | [default to null] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/code/python/models/commands-schema.yaml b/code/python/models/commands-schema.yaml index ada6ab3..4b76e19 100644 --- a/code/python/models/commands-schema.yaml +++ b/code/python/models/commands-schema.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 0.1.0 + version: 0.2.0 title: Schemata for command instructions servers: - url: "." diff --git a/code/python/models/config-schema.yaml b/code/python/models/config-schema.yaml index 2f72242..d85481f 100644 --- a/code/python/models/config-schema.yaml +++ b/code/python/models/config-schema.yaml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 0.1.0 + version: 0.2.0 title: Schemata for config models servers: - url: "." diff --git a/code/python/pyproject.toml b/code/python/pyproject.toml index 7d2fa11..ecb93f7 100644 --- a/code/python/pyproject.toml +++ b/code/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uni-leipzig-ads-2-2022" -version = "1.0.0" +version = "0.2.0" description = "Zusatzcode, um Algorithmen und Datenstrukturen im Kurs ADS2 zu demonstrieren." authors = [ "Raj Dahya" ] maintainers = [ "raj_mathe" ]