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 924f073 commit 70a0580Copy full SHA for 70a0580
NEWS
@@ -1,3 +1,9 @@
1
+Changes in 0.2.0a3
2
+==================
3
+
4
+Added:
5
+* Handle when issues/PRs are "reopened" (#27)
6
7
Changes in 0.2.0a2
8
==================
9
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name='sopel_modules.github',
30
- version='0.2.0a2',
+ version='0.2.0a3',
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 @@
10
__author__ = 'maxpowa'
11
__email__ = 'maxpowa@outlook.com'
12
-__version__ = '0.2.0a2'
+__version__ = '0.2.0a3'
13
__repo__ = 'https://github.com/sopel-irc/sopel-github'
14
0 commit comments