From a2936671ddc0b52ace012636fc5854c562c64ce8 Mon Sep 17 00:00:00 2001 From: halfak Date: Tue, 3 Feb 2015 16:09:48 -0600 Subject: [PATCH] Fixes a new issue with random in lib/reverts/api.py and increments version to 0.4.11 --- VERSION | 2 +- mw/lib/reverts/api.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e8423da..5f749c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.10 +0.4.11 diff --git a/mw/lib/reverts/api.py b/mw/lib/reverts/api.py index 1c19056..4dd376d 100644 --- a/mw/lib/reverts/api.py +++ b/mw/lib/reverts/api.py @@ -1,3 +1,4 @@ +import random from hashlib import sha1 from itertools import chain