Skip to content

Commit 7921dbe

Browse files
#46: Fixed wrong name in install instructions (#47)
1 parent 7d69fda commit 7921dbe

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ In any case, you need to verify your UDFs with integrations test inside the data
1414

1515
### Installing via pip
1616
```
17-
pip install udf-mock-python
17+
pip install exasol-udf-mock-python
1818
```
1919

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

2323
```
2424
[tool.poetry.dev-dependencies]
25-
udf-mock-python = "^0.1.0"
25+
exasol-udf-mock-python = "^0.1.0"
2626
...
2727
```
2828

doc/changes/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Changelog
22

3+
* [0.2.0](changes_0.2.0.md)
34
* [0.1.0](changes_0.1.0.md)

doc/changes/changes_0.2.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# UDF Mock Python 0.2.0, released T.B.D
2+
3+
Code name: T.B.D
4+
5+
## Summary
6+
7+
T.B.D
8+
9+
### Features
10+
11+
- N/A
12+
13+
### Bugs
14+
15+
- N/A
16+
17+
18+
### Refactorings
19+
20+
- #46: Fixed wrong package name in install instructions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "exasol-udf-mock-python"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Mocking framework for Exasol Python UDFs"
55

66
license = "MIT"

0 commit comments

Comments
 (0)