From 7fd528d03b5eae58eef6fd219af5d9ac9c83fa50 Mon Sep 17 00:00:00 2001 From: Dwayne Litzenberger Date: Mon, 14 Oct 2013 14:37:38 -0700 Subject: Release v2.6.1 This release is identical to PyCrypto v2.6, except it fixes the Crypto.Random race condition (CVE-2013-1445) and adds a few related comments. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a3d812f..2dca4fb 100644 --- a/setup.py +++ b/setup.py @@ -342,7 +342,7 @@ class TestCommand(Command): self.announce("running extended self-tests") kw = {'name':"pycrypto", - 'version':"2.6", # See also: lib/Crypto/__init__.py + 'version':"2.6.1", # See also: lib/Crypto/__init__.py 'description':"Cryptographic modules for Python.", 'author':"Dwayne C. Litzenberger", 'author_email':"dlitz@dlitz.net", -- cgit v1.2.1