We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed95ac8 commit 25183b0Copy full SHA for 25183b0
NEWS
@@ -1,3 +1,10 @@
1
+Changes in 0.2.0a7
2
+==================
3
+
4
+Fixed:
5
+* Developer stupidity regarding types
6
7
8
Changes in 0.2.0a6
9
==================
10
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name='sopel_modules.github',
30
- version='0.2.0a6',
+ version='0.2.0a7',
31
description='GitHub module for Sopel',
32
long_description=readme + '\n\n' + history,
33
long_description_content_type='text/markdown',
sopel_modules/github/__init__.py
@@ -9,6 +9,6 @@
__author__ = 'maxpowa'
11
__email__ = 'maxpowa@outlook.com'
12
-__version__ = '0.2.0a6'
+__version__ = '0.2.0a7'
13
__repo__ = 'https://github.com/sopel-irc/sopel-github'
14
0 commit comments