Skip to content

Commit

Permalink
Version 1.11.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Daguerre committed Apr 12, 2018
1 parent 5aa1587 commit 191d566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Change Log
This document contains notes on the major changes for each version of King
Phisher.

Version 1.11.x
Version 1.11.0
-------------

*In progress*
Released :release:`1.11.0` on April 12th, 2018

* Updated to support matplotlib version 2.2.0
* Removed docker server support
Expand Down
2 changes: 1 addition & 1 deletion king_phisher/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_revision():
version_info = collections.namedtuple('version_info', ('major', 'minor', 'micro'))(1, 11, 0)
"""A tuple representing the version information in the format ('major', 'minor', 'micro')"""

version_label = 'beta0'
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 191d566

Please sign in to comment.