From db55999424cb443894e39429aaca118b2acb2246 Mon Sep 17 00:00:00 2001 From: Andrey Canon Date: Wed, 30 Sep 2020 18:02:39 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.14.0=20=E2=86=92=203.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.rst | 6 +++++- eox_core/__init__.py | 2 +- setup.cfg | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 61e318c8c..9e7b8ae4b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,14 +12,18 @@ Change Log Unreleased ---------- +[3.0.0] - 2020-09-30 +--------------------- + Added ~~~~~ - +* Juniper support. * Add proctoring test settings since this had the wrong proctoring version. * Adding bearer_authentication to support django-oauth2-provider and django-oauth-toolkit Removed ~~~~~~~ +* Ironwood support. * LoginFailures andUserSignupsource admin models. [2.14.0] - 2020-09-09 diff --git a/eox_core/__init__.py b/eox_core/__init__.py index df25d2d0b..34f4673da 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '2.14.0' +__version__ = '3.0.0' diff --git a/setup.cfg b/setup.cfg index 9116a3221..ae7daf430 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.14.0 +current_version = 3.0.0 commit = True tag = True @@ -14,7 +14,7 @@ omit = venv/* */backends* node_modules/* - .tox/* + .tox/* ./setup.py .tox/* .git/* @@ -31,3 +31,4 @@ include_trailing_comma = True indent = ' ' line_length = 120 multi_line_output = 3 +