Skip to content

Commit

Permalink
Bump version 0.4.2 -> 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olzhasar committed Aug 28, 2024
1 parent 7918641 commit d83f4c3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.4.3] - 2024-08-28

### Fixes

- Fix watchdog 5.x compatibility issue

## [0.4.2] - 2024-04-01

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "pytest-watcher"
copyright = "2023, Olzhas Arystanov"
author = "Olzhas Arystanov"
release = "v0.4.2"
release = "v0.4.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-watcher"
version = "0.4.2"
version = "0.4.3"
description = "Automatically rerun your tests on file modifications"
authors = ["Olzhas Arystanov <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pytest_watcher/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.4.2"
VERSION = "0.4.3"

DEFAULT_DELAY = 0.2
LOOP_DELAY = 0.1

0 comments on commit d83f4c3

Please sign in to comment.