Skip to content

Commit

Permalink
Bump version to 0.9.1. Fixup in RELENG.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed May 18, 2020
1 parent 0cef1ba commit 57ac58d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

0.9.1 (18-05-2020)
------------------

- Drop support for Django 1.11 LTS and Python 3.4 and 2.7.
- Updated translations.

0.9 (19-02-2019)
----------------

Expand Down
3 changes: 1 addition & 2 deletions RELENG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Steps
#. Pick release date.
#. Create milestone on GitHub, organise open tickets.
#. Push source translations to Transifex::
$ django-admin makemessages -l en
$ tx push -s
$ pipenv run django-admin makemessages -l en && tx push -s
#. Send out announcement to translators on Transifex.
#. Bump version in :code:`setup.py`.
#. Update supported Django/Python releases to match Django's.
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setup(
name='django-newsletter',
version="0.9",
version="0.9.1",
description=(
'Django app for managing multiple mass-mailing lists with both '
'plaintext as well as HTML templates (and pluggable WYSIWYG editors '
Expand All @@ -66,7 +66,6 @@
'License :: OSI Approved :: GNU Affero General Public License v3',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 57ac58d

Please sign in to comment.