Skip to content

Commit

Permalink
Bump project version from 0.0.6-rc.11 to 0.0.6-rc.12
Browse files Browse the repository at this point in the history
  • Loading branch information
JCantu248 committed Aug 19, 2021
1 parent 931e89a commit 1562de8
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.11"
__version__ = "0.0.6-rc.12"
1 change: 1 addition & 0 deletions src/tools/gophish_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def write_assessment_click_summary(api, assessment_id):
logging.info("Total clicks: %i" % campaign_click_stats["total_clicks"])
assessment_click_summary["campaigns"] = campaigns

fh.close()
logging.getLogger().removeHandler(fh)
logging.info("Writing out summary JSON to %s" % json_filename)
with open(json_filename, "w") as fp:
Expand Down

0 comments on commit 1562de8

Please sign in to comment.