Skip to content

Commit

Permalink
Version 1.13.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfthefallen committed Apr 4, 2019
1 parent 8cbd384 commit 20e780a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/source/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Version 1.x.x
Version 1.13.0
^^^^^^^^^^^^^^

*In Progress*

* Added support for logging MFA tokens with credentials
* Added support for using regular expressions to validate credentials
* Automatically try to install plugin dependencies with pip from PyPi
Expand Down
2 changes: 1 addition & 1 deletion king_phisher/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_revision(encoding='utf-8'):
version_info = collections.namedtuple('version_info', ('major', 'minor', 'micro'))(1, 13, 0)
"""A tuple representing the version information in the format ('major', 'minor', 'micro')"""

version_label = 'beta3'
version_label = ''
"""A version label such as alpha or beta."""

version = "{0}.{1}.{2}".format(version_info.major, version_info.minor, version_info.micro)
Expand Down

0 comments on commit 20e780a

Please sign in to comment.