Skip to content

Commit

Permalink
chore: version bump, changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
0x29a authored and Cup0fCoffee committed Mar 6, 2023
1 parent 64e81f1 commit aa912ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Unreleased
----------
* Nothing

[3.61.5]
--------
feat: allow enrollment api admin to see all enrollments
feat: extend EnterpriseCourseEnrollmentReadOnlySerializer

[3.61.4]
--------
fix: impoved admin screen for system wide enterprise role assignments
Expand Down
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Your project description goes here.
"""

__version__ = "3.61.4"
__version__ = "3.61.5"

default_app_config = "enterprise.apps.EnterpriseConfig"

0 comments on commit aa912ed

Please sign in to comment.