Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Feb 16, 2020
1 parent 3440dd8 commit 3d4be5f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 30 deletions.
63 changes: 35 additions & 28 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,28 +1,35 @@
Changes between 0.1.2 and 0.2.0
===============================

Changed:
* Now requires Sopel 7.x
* Newlines in tweet text will be replaced with a carriage return symbol, to
indicate author intention

Added:
* Handling of 280-character tweets
* More graceful handling of API errors

Meta:
* Package metadata updated (new maintainer, HTTPS links)


Changes between 0.1.1 and 0.1.2
===============================

Added:
* Tweet link handling


Changes between 0.1.0 and 0.1.1
===============================

Fixed:
* Unicode on Python 3
Changes between 0.2.0 and 0.2.1
===============================

Fixed:
* Some quoted tweets would cause `KeyError: 'text'` (#9)


Changes between 0.1.2 and 0.2.0
===============================

Changed:
* Now requires Sopel 7.x (#8)
* Newlines in tweet text will be replaced with a carriage return symbol, to
indicate author intention (#4)

Added:
* Handling of 280-character tweets (#4)
* More graceful handling of API errors (#6)

Meta:
* Package metadata updated (new maintainer, HTTPS links)


Changes between 0.1.1 and 0.1.2
===============================

Added:
* Tweet link handling


Changes between 0.1.0 and 0.1.1
===============================

Fixed:
* Unicode on Python 3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='sopel_modules.twitter',
version='0.2.0',
version='0.2.1',
description='A Twitter module for Sopel',
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion sopel_modules/twitter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

__author__ = 'dgw'
__email__ = '[email protected]'
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit 3d4be5f

Please sign in to comment.