Skip to content

Commit

Permalink
Merge pull request #143 from openedx/btahir/ENT6405
Browse files Browse the repository at this point in the history
chore: version update for ordering in SkillsQuiz viewset
  • Loading branch information
bilaltahir21 authored Feb 10, 2023
2 parents a6b6fee + f032046 commit 957806a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Change Log
Unreleased

[1.35.1] - 2023-02-10
---------------------
* Enabled ordering in SkillsQuizViewSet.

[1.35.0] - 2023-02-07
---------------------
* Added logic to avoid 429 errors and handle these errors if they still appear while communicating with LightCast API.
Expand Down
2 changes: 1 addition & 1 deletion taxonomy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# 2. MINOR version when you add functionality in a backwards compatible manner, and
# 3. PATCH version when you make backwards compatible bug fixes.
# More details can be found at https://semver.org/
__version__ = '1.35.0'
__version__ = '1.35.1'

default_app_config = 'taxonomy.apps.TaxonomyConfig' # pylint: disable=invalid-name

0 comments on commit 957806a

Please sign in to comment.