File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ 0.9.1 (18-05-2020)
5
+ ------------------
6
+
7
+ - Drop support for Django 1.11 LTS and Python 3.4 and 2.7.
8
+ - Updated translations.
9
+
4
10
0.9 (19-02-2019)
5
11
----------------
6
12
Original file line number Diff line number Diff line change 10
10
#. Pick release date.
11
11
#. Create milestone on GitHub, organise open tickets.
12
12
#. Push source translations to Transifex::
13
- $ django-admin makemessages -l en
14
- $ tx push -s
13
+ $ pipenv run django-admin makemessages -l en && tx push -s
15
14
#. Send out announcement to translators on Transifex.
16
15
#. Bump version in :code: `setup.py `.
17
16
#. Update supported Django/Python releases to match Django's.
Original file line number Diff line number Diff line change 44
44
45
45
setup (
46
46
name = 'django-newsletter' ,
47
- version = "0.9" ,
47
+ version = "0.9.1 " ,
48
48
description = (
49
49
'Django app for managing multiple mass-mailing lists with both '
50
50
'plaintext as well as HTML templates (and pluggable WYSIWYG editors '
66
66
'License :: OSI Approved :: GNU Affero General Public License v3' ,
67
67
'Operating System :: OS Independent' ,
68
68
'Programming Language :: Python' ,
69
- 'Programming Language :: Python :: 3.4' ,
70
69
'Programming Language :: Python :: 3.5' ,
71
70
'Programming Language :: Python :: 3.6' ,
72
71
'Programming Language :: Python :: 3.7' ,
You can’t perform that action at this time.
0 commit comments