We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a627f commit 67b8594Copy full SHA for 67b8594
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.3.1
4
+
5
+- Remove ride share question.
6
+- Enable modification of questions via admin interface.
7
8
## 1.3.0
9
10
- Add 16 new questions.
codewof/config/__init__.py
@@ -1,6 +1,6 @@
"""Configuration for Django system."""
-__version__ = "1.3.0"
+__version__ = "1.3.1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
0 commit comments