Skip to content

Commit

Permalink
Bump project version from 0.0.6-rc.6 to 0.0.6-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JCantu248 committed Jul 27, 2021
1 parent 098625e commit 92ae2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this project."""
__version__ = "0.0.6-rc.6"
__version__ = "0.0.6-rc.7"
1 change: 1 addition & 0 deletions src/tools/gophish_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def write_campaign_click_summary(api, assessment_id):
double_print(summary_outfile, "-" * 50)
double_print(summary_outfile, "Number of campaigns: %i" % num_campaigns)
click_summary["Number of campaigns"] = num_campaigns
click_summary["campaigns"] = None

for campaign_id in campaign_ids:
clicks = get_click_data(api, campaign_id)
Expand Down

0 comments on commit 92ae2b0

Please sign in to comment.