Commit 5b045c06 authored by frennkie's avatar frennkie
Browse files

bump to 0.8.0

parent 8d1f9e3e
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10,6 +10,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- ...

0.8.0 (2020-09-20)
------------------

- fix: issue #6 corrupted MIMEMultipart alternative signing

0.7.0 (2020-03-29)
------------------

+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@
# 3) we can import it into your module module
"""

__version_info__ = ('0', '7', '0')
__version_info__ = ('0', '8', '0')
__version__ = '.'.join(__version_info__)