From 120e98cf23eaa9b59e38041b8f32b8f071034f6b Mon Sep 17 00:00:00 2001 From: "David \"Naypam\" Trail" Date: Sat, 17 May 2014 18:59:19 +0200 Subject: [PATCH 1/2] New year, isn't it. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index a189999..d49a436 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012-2013, David Trail +Copyright (c) 2012-2014, David Trail All rights reserved. Redistribution and use in source and binary forms, with or without From 2f56c1236582445348f8b5f7f714a8749346ff32 Mon Sep 17 00:00:00 2001 From: "David \"Naypam\" Trail" Date: Sat, 17 May 2014 19:01:17 +0200 Subject: [PATCH 2/2] Update CHANGELOG.rst --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 54a23cd..9346f16 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,3 +8,9 @@ If you have the "lorem ipsum" module then your text will be edited with a randomly generated piece of text. This prevents Reddit from (for example) not actually deleting things if they edit the comment to a static value before deleting. + +3.0 +-------- +PEP8 compliance and complete rewrite to use Python 3. Don't upgrade to this +version unless you have a working Python 3 (tested with Python 3.4). +Also added a requirements.txt which allows one to `pip install -r requirements.txt`