Skip to content

Commit 1758491

Browse files
authored
Merge pull request #114 from benjaoming/bump-version-1.2.4
Bump version, adds a changelog entry
2 parents a23f371 + b7f6c44 commit 1758491

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

django_nyt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_disable_notifications = False
22

3-
__version__ = "1.2.3"
3+
__version__ = "1.2.4"
44

55
default_app_config = "django_nyt.apps.DjangoNytConfig"

docs/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
=============
33

4+
5+
1.2.4
6+
-----
7+
8+
* Adds Django 4.1 support #113 (Oscar Cortez)
9+
10+
411
1.2.3
512
-----
613

0 commit comments

Comments
 (0)