Skip to content

Commit e2b1d10

Browse files
committed
Bump version 0.4.1 -> 0.4.2
1 parent 4ba4594 commit e2b1d10

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.4.2] - 2024-03-25
2+
3+
### Fixes
4+
5+
- Fix bug with consuming abbreviated command line arguments
6+
17
## [0.4.1] - 2024-02-06
28

39
### Fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "pytest-watcher"
1010
copyright = "2023, Olzhas Arystanov"
1111
author = "Olzhas Arystanov"
12-
release = "v0.4.1"
12+
release = "v0.4.2"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-watcher"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Automatically rerun your tests on file modifications"
55
authors = ["Olzhas Arystanov <[email protected]>"]
66
license = "MIT"

pytest_watcher/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.4.1"
1+
VERSION = "0.4.2"
22

33
DEFAULT_DELAY = 0.2
44
LOOP_DELAY = 0.1

0 commit comments

Comments
 (0)