summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-06-12 22:24:49 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2020-06-12 22:24:49 +0200
commitcedefea7b455375e5a87200866809be59d718968 (patch)
treecfee14c593443a122a08b3134ea9e3c716f93744 /rsa
parent9a70b0014f2b80328f274213df78ca90d554c28b (diff)
downloadrsa-git-cedefea7b455375e5a87200866809be59d718968.tar.gz
Retagged 4.4 as 4.6 and added bit of an explanation to CHANGELOG.mdversion-4.6
Diffstat (limited to 'rsa')
-rw-r--r--rsa/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 12523d8..1567dc1 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -27,7 +27,7 @@ from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
__date__ = '2020-06-12'
-__version__ = '4.4.1'
+__version__ = '4.6'
# Do doctest if we're run directly
if __name__ == "__main__":