Skip to content

Commit

Permalink
[NEW_VERSION] v0.6.0
Browse files Browse the repository at this point in the history
* **[FEATURE]** Added move() functionality [see: Function move()](README.md#function_move)
* **[BUG_FIX]** Fixed a bug where release does not actually releases the resources
* **[CI_FIX]** Added missing pytest which was removed with the coverage
* **[BUMP]** Bumped mypy to v1.7
  • Loading branch information
sevketcaba committed Dec 6, 2023
1 parent 72abd65 commit 7b70b78
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.6.0
- **[FEATURE]** Added move() functionality [see: Function move()](README.md#function_move)
- **[BUG_FIX]** Fixed a bug where release does not actually releases the resources
- **[CI_FIX]** Added missing pytest which was removed with the coverage
- **[BUMP]** Bumped mypy to v1.7

# v0.5.0
- **[FEATURE]** Added PEP-561 compliance (py.typed)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "uglylogger" # Required
version = "0.5.0" # Required
version = "0.6.0" # Required
description = "An ugly, slow Logger class for python" # Optional
readme = "README.md" # Optional
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion tox-ci.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ isolated_env=false
[testenv]
deps =
black>=23.9
mypy>=1.6
mypy>=1.7
flake8>=6.1
flake8-docstrings>=1.7
pytest>=7.4
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ isolated_env=false
[testenv]
deps =
black>=23.9
mypy>=1.6
mypy>=1.7
flake8>=6.1
flake8-docstrings>=1.7
pytest>=7.4
Expand Down

0 comments on commit 7b70b78

Please sign in to comment.