Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#56 Set the version to 0.3.0
Browse files Browse the repository at this point in the history
ahsimb committed Sep 18, 2024
1 parent 7989944 commit 21e8a0f
Showing 5 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions pytest-backend/doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
* [0.1.0](changes_0.1.0.md)
* [0.2.0](changes_0.2.0.md)
* [0.2.1](changes_0.2.1.md)
* [0.2.2](changes_0.2.2.md)
* [0.3.0](changes_0.3.0.md)

<!--- This MyST Parser Sphinx directive is necessary to keep Sphinx happy. We need list here all release letters again, because release droid and other scripts assume Markdown --->
```{toctree}
@@ -15,6 +15,6 @@ unreleased
changes_0.1.0
changes_0.2.0
changes_0.2.1
changes_0.2.2
changes_0.3.0
```
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.2.2 - 2024-09-17
# 0.3.0 - 2024-09-18

## Summary

4 changes: 2 additions & 2 deletions pytest-backend/exasol/pytest_backend/version.py
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@
# Do not edit this file manually!
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
MAJOR = 0
MINOR = 2
PATCH = 2
MINOR = 3
PATCH = 0
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
30 changes: 15 additions & 15 deletions pytest-backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pytest-backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-exasol-backend"
version = "0.2.2"
version = "0.3.0"
description = ""
authors = ["Mikhail Beck <[email protected]>"]
readme = "README.md"

0 comments on commit 21e8a0f

Please sign in to comment.