From 3f435e0465848b05e85dfc1cb32676c2e49f0453 Mon Sep 17 00:00:00 2001 From: Michal Czuba Date: Fri, 20 Nov 2020 12:34:12 +0100 Subject: [PATCH] Bumped version to 1.1.9 --- README.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3328069..d0a5bec 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,11 @@ Assumptions Changelog ========= +1.1.9 +----- +* absolute url of the attached files +* use attachment filename in the email context + 1.1.8 ----- * send related attachments together with email templates diff --git a/setup.py b/setup.py index 40f7d2e..9407da4 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='django-emailtemplates', - version='1.1.8', + version='1.1.9', packages=find_packages(), include_package_data=True, license='MIT License',