Skip to content

Commit 25183b0

Browse files
committed
Prepare 0.2.0a7
1 parent ed95ac8 commit 25183b0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in 0.2.0a7
2+
==================
3+
4+
Fixed:
5+
* Developer stupidity regarding types
6+
7+
18
Changes in 0.2.0a6
29
==================
310

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.2.0a6',
30+
version='0.2.0a7',
3131
description='GitHub module 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
@@ -9,6 +9,6 @@
99

1010
__author__ = 'maxpowa'
1111
__email__ = 'maxpowa@outlook.com'
12-
__version__ = '0.2.0a6'
12+
__version__ = '0.2.0a7'
1313
__repo__ = 'https://github.com/sopel-irc/sopel-github'
1414

0 commit comments

Comments
 (0)