Skip to content

Commit 5b7a612

Browse files
committed
Bump to 1.4.1
1 parent 938d1f9 commit 5b7a612

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

django_nyt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_disable_notifications = False
22

3-
__version__ = "1.4"
3+
__version__ = "1.4.1"
44

55
default_app_config = "django_nyt.apps.DjangoNytConfig"

docs/release_notes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
=============
33

4+
1.4 (2024-08-21)
5+
----------------
6+
7+
**Added**
8+
9+
* Django 5.1 support #145 (Benjamin Balder Bach)
10+
411
1.4 (2024-02-16)
512
----------------
613

0 commit comments

Comments
 (0)