Skip to content

Commit db55999

Browse files
committed
Bump version: 2.14.0 → 3.0.0
1 parent d9dbec8 commit db55999

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ Change Log
1212
Unreleased
1313
----------
1414

15+
[3.0.0] - 2020-09-30
16+
---------------------
17+
1518
Added
1619
~~~~~
17-
20+
* Juniper support.
1821
* Add proctoring test settings since this had the wrong proctoring version.
1922
* Adding bearer_authentication to support django-oauth2-provider and django-oauth-toolkit
2023

2124
Removed
2225
~~~~~~~
26+
* Ironwood support.
2327
* LoginFailures andUserSignupsource admin models.
2428

2529
[2.14.0] - 2020-09-09

eox_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Init for main eox-core app
33
"""
4-
__version__ = '2.14.0'
4+
__version__ = '3.0.0'

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.14.0
2+
current_version = 3.0.0
33
commit = True
44
tag = True
55

@@ -14,7 +14,7 @@ omit =
1414
venv/*
1515
*/backends*
1616
node_modules/*
17-
.tox/*
17+
.tox/*
1818
./setup.py
1919
.tox/*
2020
.git/*
@@ -31,3 +31,4 @@ include_trailing_comma = True
3131
indent = ' '
3232
line_length = 120
3333
multi_line_output = 3
34+

0 commit comments

Comments
 (0)