From aac875912b63940c40bedabba2702382726dd1fb Mon Sep 17 00:00:00 2001 From: Sudipto Chandra Date: Fri, 16 Aug 2019 22:21:46 +0600 Subject: [PATCH] Update VERSION to 2.13.0 --- CONTRIBUTING.md | 4 ++++ VERSION | 2 +- src/bots/test.py | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07b58107a..c8873b4ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,3 +42,7 @@ - `id`: 1 based index of the volume - `title`: the volume title (can be ignored) Create an empty volumes - If you do not want to use volumes, just insert this one: `{ 'id': 1, 'title': 'Volume 1' }` and set `'volume': 1` in every chapter object. + +## Want to know more? + +- Ask about anything on the discord server diff --git a/VERSION b/VERSION index 44b38b243..a3ebb9f51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.12.1 \ No newline at end of file +2.13.0 \ No newline at end of file diff --git a/src/bots/test.py b/src/bots/test.py index f086b6062..89c812355 100644 --- a/src/bots/test.py +++ b/src/bots/test.py @@ -66,8 +66,7 @@ def start(self): self.allerrors[link] = [] # end if self.allerrors[link].append( - '> Input: %s\n%s\n%s' % ( - entry, err, ''.join(traces)) + '> Input: %s\n%s\n%s' % (entry, err, ''.join(traces)) ) # end try # end for