From 8a73477c7f2051bcc463fc8e7a2fdd7fec6d17fc Mon Sep 17 00:00:00 2001 From: Max Peterson Date: Thu, 24 Feb 2022 23:21:47 +0000 Subject: [PATCH] Bump release to 3.4.0 --- CHANGELOG.md | 6 ++++++ wkhtmltopdf/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a131286..59e325a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog for django-wkhtmltopdf ================================ +3.4.0 +------- +* Fix for Django 4.0 +* Remove travis CI +* Add GitHub actions CI with for Python 3.7, 3.8 3.9 and Django 2.2, 3.2 and 4.0 + 3.3.0 -------- diff --git a/wkhtmltopdf/__init__.py b/wkhtmltopdf/__init__.py index 11901f1..e8c227a 100644 --- a/wkhtmltopdf/__init__.py +++ b/wkhtmltopdf/__init__.py @@ -3,4 +3,4 @@ from .utils import * __author__ = 'Incuna Ltd' -__version__ = '3.3.0' +__version__ = '3.4.0'