Skip to content

Commit 0abbb36

Browse files
committed
Bump to version 2.7.0
1 parent 73a4d0c commit 0abbb36

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/whatsnew.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
What's new?
44
================
55

6+
Version 2.7.0
7+
-------------
8+
9+
This version is a feature & patch release, being expedited due to Discord introducing strange behaviour regarding code blocks.
10+
11+
The changes in this release are:
12+
13+
- The ``jsk rerun`` command, which allows a previously sent jishaku command to be executed again without needing to re-upload attachments or other message details (PR `#251 <https://github.com/scarletcafe/jishaku/pull/251>`_, thanks `@WitherredAway <https://github.com/WitherredAway>`_ for implementation).
14+
- Any command that uses code block converters will now strip formatter characters silently added by certain Discord clients in presently-unknown circumstances. This prevents the inability to use a large portion of jishaku in these situations (issue `#253 <https://github.com/scarletcafe/jishaku/issues/253>`_, thanks `@Stacer-Varien <https://github.com/Stacer-Varien>`_ and `@Captain8771 <https://github.com/Captain8771>`_ for reporting).
15+
616
Version 2.6.3
717
-------------
818

jishaku/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class VersionInfo(typing.NamedTuple):
3333
serial: int
3434

3535

36-
version_info = VersionInfo(major=2, minor=6, micro=3, releaselevel='final', serial=0)
36+
version_info = VersionInfo(major=2, minor=7, micro=0, releaselevel='final', serial=0)
3737

3838
__author__ = 'scarletcafe'
3939
__copyright__ = 'Copyright 2021 Devon (scarletcafe) R'

0 commit comments

Comments
 (0)