Skip to content

Commit

Permalink
Release Elevate 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Oct 25, 2020
1 parent 0203636 commit 1f3e156
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.0 - 2020-10-25
------------------

- Drop support for Python 2 and Python 3.4
- Drop support for Django 1.8-2.1
- Add support for Python 3.8 and 3.9
- Add support for Django 3.0 and 3.1
- Removed code that was required to support older versions of Python and Django

1.0.1 - 2019-06-06
------------------

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 = "1.0.1"
version = "2.0.0"
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 = "1.0.1"
version = "2.0.0"

install_requires = []

Expand Down

0 comments on commit 1f3e156

Please sign in to comment.