From 86daeaffeccbb6e58e1402b08534c6a2395c36d0 Mon Sep 17 00:00:00 2001 From: dgw Date: Mon, 23 May 2022 15:13:09 -0500 Subject: [PATCH] Release 0.4.6 --- NEWS | 11 +++++++++++ setup.py | 2 +- sopel_modules/github/__init__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 466a620..635884b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Changes in 0.4.6 +================ + +Changed: +* No longer attempt to shorten links with shut-down git.io (#106) + +Fixed: +* Fix some edge cases in excerpted comment bodies (#105) +* Clean up some output-formatting code (#107) + + Changes in 0.4.5 ================ diff --git a/setup.py b/setup.py index 6b44e58..60d5e18 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sopel_modules.github', - version='0.4.5', + version='0.4.6', description='GitHub plugin 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 6f14674..516e07a 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.4.5' +__version__ = '0.4.6' __repo__ = 'https://github.com/sopel-irc/sopel-github'