Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Feb 6, 2021
1 parent de3a711 commit 273fed4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Changes in 0.4.1
================

Added:
* Include link to issue/PR in output when triggered by bare numeric reference
in chat (#85)

Fixed:
* Double space in output of "self-assigned" webhook events (#80)


Changes in 0.4.0
================

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.4.0',
version='0.4.1',
description='GitHub plugin 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__ = '[email protected]'
__maintainer__ = 'dgw'
__version__ = '0.4.0'
__version__ = '0.4.1'
__repo__ = 'https://github.com/sopel-irc/sopel-github'

0 comments on commit 273fed4

Please sign in to comment.