diff --git a/NEWS b/NEWS index e098f6f..440789e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Changes in 0.2.0a10 +=================== + +Added: +* Emit an event to IRC when an issue or PR milestone is added/removed (#35) + + Changes in 0.2.0a9 ================== diff --git a/setup.py b/setup.py index 31d250b..d7b65b7 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='sopel_modules.github', - version='0.2.0a9', + version='0.2.0a10', 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 48a0cc0..0e7f397 100644 --- a/sopel_modules/github/__init__.py +++ b/sopel_modules/github/__init__.py @@ -9,6 +9,6 @@ __author__ = 'maxpowa' __email__ = 'maxpowa@outlook.com' -__version__ = '0.2.0a9' +__version__ = '0.2.0a10' __repo__ = 'https://github.com/sopel-irc/sopel-github'