Skip to content

Commit

Permalink
Version 1.14.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Daguerre committed Aug 1, 2019
1 parent 400c921 commit e7b4b33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/source/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Version 1.x.x
Version 1.14.0
^^^^^^^^^^^^^^

*In Progress*
Released :release:`1.14.0` on August 1st, 2019

* Added the ``Message-ID`` MIME header to outgoing messages
* Attempt SSH authentication with all agent-provided SSH keys
Expand All @@ -20,6 +20,8 @@ Version 1.14.0
* Added server support for installing missing plugin requirements during initialization
* Added asynchronous RPC methods to the client
* Added GraphQL and database schema documentation
* Changed Target URL to Web Server URL in Campaign Editor
* Added the ability issue SSL Certificates through certbot

Version 1.13.1
^^^^^^^^^^^^^^
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, 14, 0)
"""A tuple representing the version information in the format ('major', 'minor', 'micro')"""

version_label = 'beta1'
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 e7b4b33

Please sign in to comment.