Skip to content

Releases: django-ses/django-ses

v0.8.12

22 Aug 16:28
Compare
Choose a tag to compare

Same as 11, but with tweaks in #173

v0.8.11

20 Aug 16:27
Compare
Choose a tag to compare
  • #172 Added a bounce extra to setup.py

v0.8.10

28 Feb 02:52
Compare
Choose a tag to compare
  • #167 Fix python2/3 compatibility (bytes) issue
  • Also updates #157, and see #143 and #141.

v0.8.8

13 Jan 21:28
Compare
Choose a tag to compare

#163 Exclude "tests" directory from package. Fix tox tests.

v0.8.7

03 Oct 13:04
Compare
Choose a tag to compare
  • #161 Don't catch BaseException
  • #160 Drop support for Django < 1.11, and add testing for Django 2.1
  • #159 Remove obsolete syncdb instructions

v0.8.6

07 Aug 17:21
Compare
Choose a tag to compare
  • #152 Fix #151, bounce message bytes.
  • #151 Request Confirmation: TypeError at /ses/bounce/ a bytes-like object is required, not 'str'

v0.8.5

08 Jan 23:56
Compare
Choose a tag to compare

#143 and #141 - python 2 error with bounce notification verification.

v0.8.4

30 Nov 00:14
Compare
Choose a tag to compare
  • #126 support for delivery notification
  • #129 universal wheel
  • #130 pip cache in travis
  • #131 travis cleanup
  • #132 TOXENV update
  • #133 test against latest Django 1.11
  • #134 move tests to top level, so they're outside distro
  • #135 use assertEqual
  • #137 & #138 fix for unicode in email address/name

v0.8.3.1

09 Oct 15:21
Compare
Choose a tag to compare

Just because I created 0.8.3 wrong somehow for python 3...

v0.8.3

05 Oct 17:50
Compare
Choose a tag to compare
  • #125 Add SES configuration set support (really the only feature)
  • #117 Fix doc link
  • #113 Drop support for Django <1.8
  • #115 Update library URL in setup