Skip to content

Commit 67b8594

Browse files
committed
Updates for release.
1 parent e2a627f commit 67b8594

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.3.1
4+
5+
- Remove ride share question.
6+
- Enable modification of questions via admin interface.
7+
38
## 1.3.0
49

510
- Add 16 new questions.

codewof/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Configuration for Django system."""
22

3-
__version__ = "1.3.0"
3+
__version__ = "1.3.1"
44
__version_info__ = tuple(
55
[
66
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)