Skip to content

Commit

Permalink
django-unpoly-15 Allow all Django versions >=3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Eilers committed Oct 7, 2021
1 parent 1d23df7 commit 31b4afc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <j.waschkau@gmail.com>"]
Expand Down

0 comments on commit 31b4afc

Please sign in to comment.