Skip to content

Commit 57ac58d

Browse files
committed
Bump version to 0.9.1. Fixup in RELENG.rst.
1 parent 0cef1ba commit 57ac58d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.rst

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

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+
410
0.9 (19-02-2019)
511
----------------
612

RELENG.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Steps
1010
#. Pick release date.
1111
#. Create milestone on GitHub, organise open tickets.
1212
#. 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
1514
#. Send out announcement to translators on Transifex.
1615
#. Bump version in :code:`setup.py`.
1716
#. Update supported Django/Python releases to match Django's.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
setup(
4646
name='django-newsletter',
47-
version="0.9",
47+
version="0.9.1",
4848
description=(
4949
'Django app for managing multiple mass-mailing lists with both '
5050
'plaintext as well as HTML templates (and pluggable WYSIWYG editors '
@@ -66,7 +66,6 @@
6666
'License :: OSI Approved :: GNU Affero General Public License v3',
6767
'Operating System :: OS Independent',
6868
'Programming Language :: Python',
69-
'Programming Language :: Python :: 3.4',
7069
'Programming Language :: Python :: 3.5',
7170
'Programming Language :: Python :: 3.6',
7271
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)