Skip to content

Commit

Permalink
Release/0.2.1 (#26)
Browse files Browse the repository at this point in the history
* Prepare release pytest-saaas-0.2.1
  • Loading branch information
ckunki authored Jun 7, 2024
1 parent c285d3b commit 0510dd7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions pytest-saas/doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changes

* [unreleased](unreleased.md)
* [0.2.1](changes_0.2.1.md)
* [0.2.0](changes_0.2.0.md)
* [0.1.0](changes_0.1.0.md)

Expand All @@ -10,6 +11,7 @@
hidden:
---
unreleased
changes_0.2.1
changes_0.2.0
changes_0.1.0
Expand Down
5 changes: 5 additions & 0 deletions pytest-saas/doc/changes/changes_0.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 0.2.1 - 2024-06-07

# Changes

* #22: Updated dependencies and relaxed version specifier for saas-api-python.
5 changes: 0 additions & 5 deletions pytest-saas/doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
# Unreleased


## Refactorings

* #22: Changed pyproject allowing saas-api-python dependency until v.1.0.0.
2 changes: 1 addition & 1 deletion pytest-saas/exasol/pytest_saas/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# 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 = 0
PATCH = 1
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
14 changes: 7 additions & 7 deletions pytest-saas/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-saas/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-exasol-saas"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = ["Christoph Kuhnke <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0510dd7

Please sign in to comment.