Skip to content

Commit d4d18cd

Browse files
author
Erik Daguerre
committed
Version 1.15.0 Final
1 parent ecc9b0a commit d4d18cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/change_log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Version 1.x.x
1111
Version 1.15.0
1212
^^^^^^^^^^^^^^
1313

14-
*In Progress*
14+
Released :release:`1.15.0` on September 24th, 2019
1515

1616
* Add support to select visible columns for tables in the Campaign tab
1717
* Add support for printing pipenv running output in real time

king_phisher/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_revision(encoding='utf-8'):
7979
version_info = collections.namedtuple('version_info', ('major', 'minor', 'micro'))(1, 15, 0)
8080
"""A tuple representing the version information in the format ('major', 'minor', 'micro')"""
8181

82-
version_label = 'beta'
82+
version_label = ''
8383
"""A version label such as alpha or beta."""
8484

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

0 commit comments

Comments
 (0)