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 Apr 9, 2023
1 parent b2a6f81 commit 3dce3c4
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.10]
--------
feat: allow enrollment api admin to see all enrollments
feat: extend EnterpriseCourseEnrollmentReadOnlySerializer

[3.61.9]
--------
feat: Serialize and create a viewset for enterpriseCatalogQuery as readonly
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.9"
__version__ = "3.61.10"

default_app_config = "enterprise.apps.EnterpriseConfig"

0 comments on commit 3dce3c4

Please sign in to comment.