File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,18 @@ Change Log
1212 Unreleased
1313----------
1414
15+ [3.0.0] - 2020-09-30
16+ ---------------------
17+
1518Added
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
2124Removed
2225~~~~~~~
26+ * Ironwood support.
2327* LoginFailures andUserSignupsource admin models.
2428
2529[2.14.0] - 2020-09-09
Original file line number Diff line number Diff line change 11"""
22Init for main eox-core app
33"""
4- __version__ = '2.14 .0'
4+ __version__ = '3.0 .0'
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.14 .0
2+ current_version = 3.0 .0
33commit = True
44tag = True
55
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
3131indent = ' '
3232line_length = 120
3333multi_line_output = 3
34+
You can’t perform that action at this time.
0 commit comments