Skip to content

Commit

Permalink
Merge branch 'master' into zafzal/ENT-5959
Browse files Browse the repository at this point in the history
  • Loading branch information
zamanafzal committed Oct 4, 2023
2 parents 1b85168 + b55a05b commit 7517180
Show file tree
Hide file tree
Showing 19 changed files with 621 additions and 100 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required: the version of this file's schema.
version: 2

build:
os: "ubuntu-20.04"
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -17,6 +22,5 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- requirements: requirements/doc.txt
38 changes: 35 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,48 @@ Change Log
Unreleased
----------
[4.5.3]
-------
feat: added dry run mode for content metadata transmission

[4.5.2]
-------
chore: adding a more flexible way of fetching api request data

[4.5.1]
-------
fix: fix how we determine the value of active flag within schedule for SAP

[4.5.0]
-------
feat: Add the ``enable_programs`` field for EnterpriseCustomer

[4.4.0]
-------
feat: Add the ``enable_pathways`` field for EnterpriseCustomer

[4.3.4]
-------
feat: add migrations for Django 4.2

[4.3.3]
-------
chore: adding display name to the sso orchestrator table

[4.3.2]
-------
fix: enterprise sso orchestrator api cleanup

[4.3.1]
--------
-------
chore: use lms_update_or_create_enrollment without feature flag

[4.3.0]
--------
-------
feat: Added the ``enable_career_engagement_network_on_learner_portal`` field for EnterpriseCustomer

[4.2.0]
--------
-------
feat: create generic ``PaginationWithFeatureFlags`` to add a ``features`` property to DRF's default pagination response containing Waffle-based feature flags.
feat: integrate ``PaginationWithFeatureFlags`` with ``EnterpriseCustomerViewSet``.

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__ = "4.3.1"
__version__ = "4.5.3"
Loading

0 comments on commit 7517180

Please sign in to comment.