Skip to content

Commit

Permalink
Set the version to v1.2.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Mar 18, 2016
1 parent 57d3692 commit c2afaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/change_log.rst
Expand Up @@ -10,7 +10,7 @@ Version 1.x.x
Version 1.2.0
^^^^^^^^^^^^^

*In Progress*
Released :release:`1.2.0` on March 18th, 2016

* SSH host key validation
* Install script command line flags
Expand Down
2 changes: 1 addition & 1 deletion king_phisher/version.py
Expand Up @@ -66,7 +66,7 @@ def get_revision():
version_info = collections.namedtuple('version_info', ['major', 'minor', 'micro'])(1, 2, 0)
"""A tuple representing the version information in the format ('major', 'minor', 'micro')"""

version_label = 'beta'
version_label = ''
"""A version label such as alpha or beta."""
version = "{0}.{1}.{2}".format(version_info.major, version_info.minor, version_info.micro)
"""A string representing the full version information."""
Expand Down

0 comments on commit c2afaa2

Please sign in to comment.