diff --git a/ChangeLog b/ChangeLog index 1accd44..c82d1c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-09-25 Verstion 0.9.4 + - Add LICENSE to MANIFEST.in so it is included in the tarball (LP: + #1845318) + 2019-08-09 Version 0.9.3 - Fix linesep setting in arcsign script (LP: #1838262) (Thanks to Gowtham Gopalakrishnan for the report and the patch) diff --git a/MANIFEST.in b/MANIFEST.in index f16185e..58d5846 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ include dkim/* include dkim/tests/* include dkim/tests/data/* +include LICENSE include README include ChangeLog include MANIFEST.in diff --git a/README b/README index ee363e7..b95b454 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ signing and verification. VERSION -This is dkimpy 0.9.3. +This is dkimpy 0.9.4. REQUIREMENTS diff --git a/setup.py b/setup.py index 0657f04..3532465 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools import setup import os import sys -version = "0.9.3" +version = "0.9.4" kw = {} # Work-around for lack of 'or' requires in setuptools. try: