Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Dec 3, 2019
1 parent 4a30838 commit 5619856
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes in 0.2.4
================

Fixed:
* Comments with trailing whitespace incorrectly had `[…]` appended even if the
body contained only one line of (non-quoted) text (#50)


Changes in 0.2.3
================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='sopel_modules.github',
version='0.2.3',
version='0.2.4',
description='GitHub module for Sopel',
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
__author__ = 'maxpowa'
__email__ = 'maxpowa@outlook.com'
__maintainer__ = 'dgw'
__version__ = '0.2.3'
__version__ = '0.2.4'
__repo__ = 'https://github.com/sopel-irc/sopel-github'

0 comments on commit 5619856

Please sign in to comment.