From e60985b8169bd46e4e4a266a3fa8e2d5ff3014e0 Mon Sep 17 00:00:00 2001 From: MarleneKress79789 Date: Wed, 22 Nov 2023 11:47:24 +0100 Subject: [PATCH] fixed wrong name --- doc/changes/changelog.md | 1 + doc/changes/changes_0.2.0.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 doc/changes/changes_0.2.0.md diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 387930a..0210b05 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,3 +1,4 @@ # Changelog +* [0.2.0](changes_0.2.0.md) * [0.1.0](changes_0.1.0.md) \ No newline at end of file diff --git a/doc/changes/changes_0.2.0.md b/doc/changes/changes_0.2.0.md new file mode 100644 index 0000000..8b1f643 --- /dev/null +++ b/doc/changes/changes_0.2.0.md @@ -0,0 +1,20 @@ +# UDF Mock Python 0.2.0, released T.B.D + +Code name: T.B.D + +## Summary + +T.B.D + +### Features + + - N/A + +### Bugs + + - N/A + + +### Refactorings + + - #46: Fixed wrong package name in install instructions \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c95a95d..7239fa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "exasol-udf-mock-python" -version = "0.1.0" +version = "0.2.0" description = "Mocking framework for Exasol Python UDFs" license = "MIT"