Skip to content

Commit

Permalink
Update VERSION to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dipu-bd committed Aug 16, 2019
1 parent b1dcc69 commit aac8759
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.1
2.13.0
3 changes: 1 addition & 2 deletions src/bots/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aac8759

Please sign in to comment.