From 6065322e696bb51d8cb452efe054b2a7a74487d6 Mon Sep 17 00:00:00 2001 From: dgw Date: Mon, 20 Jan 2020 15:32:46 -0600 Subject: [PATCH] Release 0.2.6 --- NEWS | 7 +++++++ setup.py | 2 +- sopel_modules/github/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9664b2c..9d33403 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Changes in 0.2.6 +================ + +Fixed: +* Syntax error in webhook code + + Changes in 0.2.5 ================ diff --git a/setup.py b/setup.py index 0a5bdb7..79a9fce 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sopel_modules.github', - version='0.2.5', + version='0.2.6', description='GitHub module for Sopel', long_description=readme + '\n\n' + history, long_description_content_type='text/markdown', diff --git a/sopel_modules/github/__init__.py b/sopel_modules/github/__init__.py index c6d2ce4..9d5b7ba 100644 --- a/sopel_modules/github/__init__.py +++ b/sopel_modules/github/__init__.py @@ -10,6 +10,6 @@ __author__ = 'maxpowa' __email__ = 'maxpowa@outlook.com' __maintainer__ = 'dgw' -__version__ = '0.2.5' +__version__ = '0.2.6' __repo__ = 'https://github.com/sopel-irc/sopel-github'