Skip to content

Commit

Permalink
Update changelog and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneycb committed Oct 23, 2019
1 parent bfaa357 commit f8c1552
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.5.0
- Add 7 new questions.
- Fix test case in total of evens question. Fixes #101
- Fix error in example of driver speed question.
- Add endpoints to API.

## 1.4.0

- Add 37 new questions.
Expand Down
2 changes: 1 addition & 1 deletion codewof/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Configuration for Django system."""

__version__ = "1.4.0"
__version__ = "1.5.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit f8c1552

Please sign in to comment.