Skip to content

Commit e0599fc

Browse files
authored
Merge pull request #107 from benjaoming/bump-1.2.1
Bump to 1.2.1
2 parents d303f71 + eed5035 commit e0599fc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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+
__version__ = "1.2.1"
44

55
default_app_config = "django_nyt.apps.DjangoNytConfig"

docs/release_notes.rst

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

4+
1.2.1
5+
-----
6+
7+
* Django 4.0 and Python 3.10 support (added to test matrix)
8+
9+
410
1.2
511
---
612

0 commit comments

Comments
 (0)