Skip to content

Commit 28a5afb

Browse files
authored
Merge pull request #111 from benjaoming/bump-version-1.2.3
Bump to 1.2.3
2 parents c504d8b + 2229917 commit 28a5afb

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.2"
3+
__version__ = "1.2.3"
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.3
5+
-----
6+
7+
* Add missing .txt email template files in distributed packages #109
8+
9+
410
1.2.2
511
-----
612

0 commit comments

Comments
 (0)