Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Jul 1, 2024
1 parent e550b13 commit 485c49c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 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
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}"
2 changes: 1 addition & 1 deletion pytest-itde/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-exasol-itde"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["Nicola Coretti <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit 485c49c

Please sign in to comment.