Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneycb committed Sep 22, 2019
1 parent 3374a23 commit f6542f8
Showing 1 changed file with 1 addition and 1 deletion.
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.3.1"
__version__ = "1.4.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit f6542f8

Please sign in to comment.