diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index af59b6e01..53f04edb7 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,6 +1,6 @@ # Changes -* [2.0.1](changes_2.0.1.md) +* [3.0.0](changes_3.0.0.md) * [2.0.0](changes_2.0.0.md) * [1.7.1](changes_1.7.1.md) * [1.7.0](changes_1.7.0.md) @@ -30,7 +30,7 @@ --- hidden: --- -changes_2.0.1 +changes_3.0.0 changes_2.0.0 changes_1.7.1 changes_1.7.0 @@ -54,4 +54,4 @@ changes_0.3.1 changes_0.3.0 changes_0.2.0 changes_0.1.0 -``` \ No newline at end of file +``` diff --git a/doc/changes/changes_2.0.1.md b/doc/changes/changes_3.0.0.md similarity index 100% rename from doc/changes/changes_2.0.1.md rename to doc/changes/changes_3.0.0.md diff --git a/pyproject.toml b/pyproject.toml index 3b2fe8670..14f7b03d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ packages = [ { include = "exasol_integration_test_docker_environment" }, { include = "pytest_itde" } ] -version = "2.0.1" +version = "3.0.0" description = "Integration Test Docker Environment for Exasol" license = "MIT"