Skip to content

Commit

Permalink
Bump version: 2.14.0 → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-canon committed Sep 30, 2020
1 parent d9dbec8 commit db55999
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eox_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Init for main eox-core app
"""
__version__ = '2.14.0'
__version__ = '3.0.0'
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.14.0
current_version = 3.0.0
commit = True
tag = True

Expand All @@ -14,7 +14,7 @@ omit =
venv/*
*/backends*
node_modules/*
.tox/*
.tox/*
./setup.py
.tox/*
.git/*
Expand All @@ -31,3 +31,4 @@ include_trailing_comma = True
indent = ' '
line_length = 120
multi_line_output = 3

0 comments on commit db55999

Please sign in to comment.