Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Mar 12, 2018
1 parent 4aba874 commit 1a3f719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ You can read the package documentation at http://django-yubin.readthedocs.org/en

Changelog
---------
* 1.0.4 Fix attachment visualization in the admin. Attach pdf in create_mail command. Solved Content-Transfer-Encoding issue
* 1.0.3 Fixed issue decoding the message payload, added support for django 1.9, updated changelog and added support to deploy the package from travis
* 1.0.5 Add missing paths in MANIFEST.in.
* 1.0.4 Fix attachment visualization in the admin. Attach pdf in create_mail command. Solved Content-Transfer-Encoding issue.
* 1.0.3 Fixed issue decoding the message payload, added support for django 1.9, updated changelog and added support to deploy the package from travis.
* 1.0.0 Add support for Django 2.0 and remove django 1.8.
* 0.8.2 Fix date created column in QueuedMessages admin.
* 0.8.1 Ensure that LOCK_WAIT_TIMEOUT is never negative to avoid a bug in lockfile in systems which use a LinkFileLock.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='django-yubin',
version='1.0.4',
version='1.0.5',
description=("A reusable Django app for composing and queueing emails "
"Adds django-mailer2 + django-mailviews + others"),
long_description=long_description,
Expand Down

0 comments on commit 1a3f719

Please sign in to comment.