Skip to content

Commit

Permalink
Merge pull request #2297 from openedx/saleem-latif/ENT-9612-update
Browse files Browse the repository at this point in the history
refactor: Removed unused django setting.
  • Loading branch information
saleem-latif authored Dec 4, 2024
2 parents 8bb3ea3 + a52ef73 commit 465e194
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Unreleased
----------
* nothing unreleased

[5.3.0]
--------
* refactor: Removed unused django setting.

[5.2.0]
--------
* feat: removed custom pagination for reporting configurations.
Expand Down
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Your project description goes here.
"""

__version__ = "5.2.0"
__version__ = "5.3.0"
1 change: 0 additions & 1 deletion enterprise/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ def root(*args):
'facebook.com'
]

ENTERPRISE_PLOTLY_SECRET = "I am a secret"
ENTERPRISE_MANUAL_REPORTING_CUSTOMER_UUIDS = ['12aacfee8ffa4cb3bed1059565a57f06',]
EXEC_ED_LANDING_PAGE = 'https://www.edx-external.com/account'

Expand Down

0 comments on commit 465e194

Please sign in to comment.