Skip to content

Commit

Permalink
Release Elevate 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jul 28, 2022
1 parent 533da97 commit d7a99cd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
7 changes: 0 additions & 7 deletions RELEASE.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

2.0.3 - 2022-07-28
------------------

- Add Django 4.0 support
- Add `ELEVATE_TOKEN_LENGTH` setting as `get_random_string` no longer has a default length
- Remove Django 3.1 from test matrix
- Remove Python 3.6 from test matrix
- No longer build wheel as universal as Python 2 is not supported

2.0.2 - 2021-06-02
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-elevate"
version = "2.0.2"
version = "2.0.3"
description = "Extra security for your sensitive pages"
authors = ["Justin Mayer <[email protected]>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand

version = "2.0.2"
version = "2.0.3"

install_requires = []

Expand Down

0 comments on commit d7a99cd

Please sign in to comment.