Skip to content

Commit

Permalink
#46: Fixed wrong name in install instructions (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneKress79789 authored Nov 22, 2023
1 parent 7d69fda commit 7921dbe
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ In any case, you need to verify your UDFs with integrations test inside the data

### Installing via pip
```
pip install udf-mock-python
pip install exasol-udf-mock-python
```

### Installing via poetry
Add it to your `tool.poetry.dependencies` or `tool.poetry.dev-dependencies`

```
[tool.poetry.dev-dependencies]
udf-mock-python = "^0.1.0"
exasol-udf-mock-python = "^0.1.0"
...
```

Expand Down
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Changelog

* [0.2.0](changes_0.2.0.md)
* [0.1.0](changes_0.1.0.md)
20 changes: 20 additions & 0 deletions doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7921dbe

Please sign in to comment.