Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Bump version number to 2020.11.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
NullHypothesis committed Nov 23, 2020
1 parent ebd0acb commit 172e763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-11-23: Changes in version 2020-11-23:
- Thanks to Kushal Das, the code base is now Python 3.

2019-05-30: Changes in version 2019-05-30:
- Resemble HTTP headers of latest Tor Browser.
- Code maintenance.
Expand Down
2 changes: 1 addition & 1 deletion src/exitmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def parse_cmd_args():
"scanned.")

parser.add_argument("-V", "--version", action="version",
version="%(prog)s 2019.05.30")
version="%(prog)s 2020.11.23")

parser.add_argument("module", nargs='+',
help="Run the given module (available: %s)." %
Expand Down

0 comments on commit 172e763

Please sign in to comment.