Skip to content

Commit 588db54

Browse files
committed
Release 0.4.7
1 parent 1a4e523 commit 588db54

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Changes in 0.4.7
2+
================
3+
4+
Added:
5+
* Special `.gh-repo !clear` syntax to delete a channel's linked repo (#112)
6+
* Output relative committer & author date for commit URLs (#114)
7+
8+
Changed:
9+
* Prettified `.gh-repo` output (#112)
10+
11+
Fixed:
12+
* `NameError` in `.gh version` subcommand ( #111)
13+
* `TypeError` in `.gh-repo` in channel with no linked repository (#112)
14+
* Incorrect plural "1 changes" in commit output (#113)
15+
* Reduced false-positive Markdown heading detection (#115)
16+
* Ignore URI fragments in repo links (#116)
17+
18+
119
Changes in 0.4.6
220
================
321

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name='sopel_modules.github',
30-
version='0.4.6',
30+
version='0.4.7',
3131
description='GitHub plugin for Sopel',
3232
long_description=readme + '\n\n' + history,
3333
long_description_content_type='text/markdown',

sopel_modules/github/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
__author__ = 'maxpowa'
1111
__email__ = 'maxpowa@outlook.com'
1212
__maintainer__ = 'dgw'
13-
__version__ = '0.4.6'
13+
__version__ = '0.4.7'
1414
__repo__ = 'https://github.com/sopel-irc/sopel-github'
1515

0 commit comments

Comments
 (0)