diff --git a/HISTORY.md b/HISTORY.md index 27a45c0..2d1f7ef 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.1.4 (2021-10-07) + +* Allow All Django versions + ## 0.1.3 (2021-09-29) * Fixes '_handle_redirect_headers' is called with wrong parameters. diff --git a/README.md b/README.md index f46183d..332a35d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Unpoly 2 integration and utilities for Django ## Features * Implements the Unpoly 2 Server protocol (https://unpoly.com/up.protocol) -* Provides utilities for using Unpoly 2 with Django. +* Provides utilities for using Unpoly 2 with Django 3. * django-debug-toolbar support (https://github.com/jazzband/django-debug-toolbar). * django-concurrency support (https://github.com/saxix/django-concurrency). diff --git a/pyproject.toml b/pyproject.toml index f05cd4c..018dbfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "django-unpoly" -version = "0.1.3" +version = "0.1.4" homepage = "https://github.com/jwaschkau/django-unpoly" description = "Unpoly integration for Django." authors = ["Jannik Eilers "]