Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Eilers committed Jun 23, 2021
1 parent 81e6fbb commit 0afdd78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# History

## 0.1.1 (2021-06-23)

* Fixes `X-Up-Target` not considered in middleware.
* Fixes detection of django-debug-toolbar. Now no JavaScript-Errors will be triggered if djdt is not initialized.
* Renamed all UnpolyXXX classes to UpXXX.
* If a version tracked object was modified status code 410 will be set for UpException.

## 0.1.0 (2021-06-07)

* First release on PyPI.
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.0"
version = "0.1.1"
homepage = "https://github.com/jwaschkau/django-unpoly"
description = "Unpoly integration for Django."
authors = ["Jannik Eilers <[email protected]>"]
Expand Down

0 comments on commit 0afdd78

Please sign in to comment.