Skip to content

Commit

Permalink
prepare pytest itde release 0.2.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Jul 1, 2024
1 parent 0510dd7 commit 1ca5c4a
Show file tree
Hide file tree
Showing 6 changed files with 467 additions and 403 deletions.
2 changes: 2 additions & 0 deletions pytest-itde/doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# 📝 Changes

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

```{toctree}
---
hidden:
---
unreleased
changes_0.2.0
changes_0.1.0
```

7 changes: 7 additions & 0 deletions pytest-itde/doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 0.2.0 - 2024-07-01

## Refactoring
* Adjust dependency constrains

## Internal
* Relock dependencies
6 changes: 6 additions & 0 deletions pytest-itde/doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Unreleased

## Refactoring
* Adjust dependency constrains

## Internal
* Relock dependencies
2 changes: 1 addition & 1 deletion pytest-itde/exasol/pytest_itde/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 1
MINOR = 2
PATCH = 0
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
Loading

0 comments on commit 1ca5c4a

Please sign in to comment.