summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2013-10-20 13:28:46 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2013-10-20 13:28:46 -0700
commitd044a478332682c253c379db87d444b056e4ab37 (patch)
treea72a64c0e89c926a23cd8ffb8400b84189ff12d5 /setup.py
parentf9a0fc77e1c8847c1a17503e5a1b86a409b8cb2d (diff)
parent7fd528d03b5eae58eef6fd219af5d9ac9c83fa50 (diff)
downloadpycrypto-d044a478332682c253c379db87d444b056e4ab37.tar.gz
Merge tag 'v2.6.1' (fix CVE-2013-1445)
This is the PyCrypto 2.6.1 release. Dwayne Litzenberger (4): Random: Make Crypto.Random.atfork() set last_reseed=None (CVE-2013-1445) Fortuna: Add comments for reseed_interval and min_pool_size to FortunaAccumulator Update the ChangeLog Release v2.6.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 903a81f..ba0cc0d 100644
--- a/setup.py
+++ b/setup.py
@@ -381,7 +381,7 @@ class TestCommand(Command):
sub_commands = [ ('build', None) ]
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",