Skip to content

Commit ea213ed

Browse files
author
Eduardo Aguad
committed
Bump version to 4.20.4 for the final deprecation release
The v4.20.3 tag and release already exist (March 2025) but their PyPI publish failed, leaving PyPI at 4.20.2. Releasing the deprecation notice as 4.20.4 avoids rewriting the existing tag.
1 parent 8d81c67 commit ea213ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/masonite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import warnings
22

3-
__version__ = "4.20.3"
3+
__version__ = "4.20.4"
44

55
warnings.warn(
66
"The 'masonite' package is unmaintained and will receive no further updates. "

0 commit comments

Comments
 (0)