Skip to content

Commit

Permalink
Merge pull request #64 from questionlp/develop
Browse files Browse the repository at this point in the history
Fix sorting of panelists by decimal scores for show details
  • Loading branch information
questionlp authored Feb 12, 2024
2 parents af6a870 + 3777d51 commit 242e7db
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 5.10.2

### Component Changes

- Upgrade wwdtm from 2.8.0 to 2.8.1, which includes fixing an issue of panelists not being sorted by their decimal scores properly

## 5.10.1

### Application Changes
Expand Down
2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
# vim: set noai syntax=python ts=4 sw=4:
"""Application Version for Wait Wait Stats Page."""
APP_VERSION = "5.10.1"
APP_VERSION = "5.10.2"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Flask==3.0.0
gunicorn==21.2.0
Markdown==3.5.2

wwdtm==2.8.0
wwdtm==2.8.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Flask==3.0.0
gunicorn==21.2.0
Markdown==3.5.2

wwdtm==2.8.0
wwdtm==2.8.1

0 comments on commit 242e7db

Please sign in to comment.