Skip to content

Commit

Permalink
version bump for super-csv
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Sep 2, 2021
1 parent efa9a78 commit 9f224f6
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Change Log
.. There should always be an "Unreleased" section for changes pending release.
Unreleased

[0.9.12 - 2021-09-02
* Fix grade history not rendering on error
~~~~~~~~~~

[0.9.1] - 2021-08-02
* Feat repeat user error should also show the first occurence
~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion bulk_grades/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Support for bulk scoring and grading.
"""

__version__ = '0.9.1'
__version__ = '0.9.2'

default_app_config = 'bulk_grades.apps.BulkGradesConfig' # pylint: disable=invalid-name
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ stevedore==3.3.0
# via
# edx-django-utils
# edx-opaque-keys
super-csv==2.1.0
super-csv==2.1.1
# via -r requirements/base.in
urllib3==1.26.6
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ stevedore==3.3.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
super-csv==2.1.0
super-csv==2.1.1
# via -r requirements/quality.txt
text-unidecode==1.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ stevedore==3.3.0
# doc8
# edx-django-utils
# edx-opaque-keys
super-csv==2.1.0
super-csv==2.1.1
# via -r requirements/test.txt
text-unidecode==1.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pii_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ stevedore==3.3.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
super-csv==2.1.0
super-csv==2.1.1
# via -r requirements/base.txt
text-unidecode==1.3
# via python-slugify
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ stevedore==3.3.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
super-csv==2.1.0
super-csv==2.1.1
# via -r requirements/test.txt
text-unidecode==1.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ stevedore==3.3.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
super-csv==2.1.0
super-csv==2.1.1
# via -r requirements/base.txt
text-unidecode==1.3
# via python-slugify
Expand Down

0 comments on commit 9f224f6

Please sign in to comment.