diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff3d9bd..004b065f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Always reference the ticket number at the end of the issue description. -## [unreleased] +## 1.5.0 (2020-03-05) ### Added -Compatibility with Django 3.0 and Python 3.8 +Compatibility with Django 3.0 and Python 3.8 [#442][442] + +[442]: //github.com/sanoma/django-arctic/issues/442 ## 1.4.2 (2019-12-12) diff --git a/setup.py b/setup.py index 058fe699..14563894 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import sys from setuptools import find_packages, setup -__VERSION__ = "1.4.2" +__VERSION__ = "1.5.0" def read_md(f):