From 3bbcfc39f28ca295ee513b70630ee0a683338a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Wed, 1 May 2019 18:39:04 +0300 Subject: [PATCH] Version 5.0 --- CHANGES.rst | 4 ++-- axes/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 97b44de..00a7456 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,8 +2,8 @@ Changes ======= -5.0b1 (2019-04-30) ------------------- +5.0 (2019-05-01) +---------------- - Deprecate Python 2.7, 3.4 and 3.5 support. [aleksihakli] diff --git a/axes/__init__.py b/axes/__init__.py index 5ebc8aa..9e0d84b 100644 --- a/axes/__init__.py +++ b/axes/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.0b1' +__version__ = '5.0' default_app_config = 'axes.apps.AppConfig'