chore: bump cryptol client patch number (#1244)

This commit is contained in:
Andrew Kent 2021-07-21 08:26:59 -07:00 committed by GitHub
parent 746e04f4f5
commit ce647eba21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Revision history for `cryptol` Python package
## 2.11.3 -- 2021-07-20
* Removed automatic reset from `CryptolConnection.__del__`.
## 2.11.2 -- 2021-06-23
* Ability to leverage HTTPS/TLS while _disabling_ verification of SSL certificates.

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "cryptol"
version = "2.11.2"
version = "2.11.3"
readme = "README.md"
keywords = ["cryptography", "verification"]
description = "Cryptol client for the Cryptol 2.11 RPC server"