From 1db004a59dc723528a2d0f01d61feb16223799af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 18 Jun 2012 15:43:20 +0200 Subject: Added version 3.1.1 to changelog --- CHANGELOG.txt | 5 +++++ rsa/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b48c5bb..fff92aa 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,11 @@ Python-RSA changelog ======================================== +Version 3.1.1 - in development +---------------------------------------- + +- Fixed doctests for Python 2.7 + Version 3.1 - released 2012-06-17 ---------------------------------------- diff --git a/rsa/__init__.py b/rsa/__init__.py index 59d5a9d..8fb5e00 100644 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -29,7 +29,7 @@ If you want to have a more secure implementation, use the functions from the __author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly" __date__ = "2012-06-17" -__version__ = '3.1' +__version__ = '3.1.1' from rsa.key import newkeys, PrivateKey, PublicKey from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \ -- cgit v1.2.1