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

Commit

Permalink
Bump version to 1.2
Browse files Browse the repository at this point in the history
Been too long since a version bump, so 1.2 is born.
Changes:
* Bazle support for building the Android companion app
* Precondition checks for handlers to avoid loading if required files
  aren't present.
* Support for -x/--extrasdir to specify the location of required files
  (such as trusted-cert.pem, replace.png, etc).
* Improved some documentation
* Detection of weak ciphers such in client connections
* Detection of devices with the superfish CA installed
* More support for parsing TLS records
* Exciting bug fixes for some uncommon blocking conditions
  • Loading branch information
chadbrubaker committed Sep 11, 2015
1 parent ac246c2 commit 6082025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nogotofail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
limitations under the License.
'''

version_info = (1, 1, 0)
version_info = (1, 2, 0)
__version__ = ".".join([str(v) for v in version_info])

0 comments on commit 6082025

Please sign in to comment.