Skip to content

Commit

Permalink
Merge pull request #49 from freedomofpress/version-0-2
Browse files Browse the repository at this point in the history
Prep for 0.2 release
  • Loading branch information
eloquence authored Jul 13, 2023
2 parents e9de95f + c82a297 commit 198c568
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Changes
=======

0.2
---

* [Added] Support for posting to Mastodon.

0.1.11
------

* [Fixed] Unbroke Twitter support by switching to using the v2 API for posting Tweets. The v1 API was largely discontinued. You will need to ensure your API creds are valid for the Twitter v2 API or provision new ones.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

If you want to run your own instance of `trackthenews`, you can download and install the package, and run its built-in configuration process. It can be installed with `pip`:

Python 3.6 is recommend, but if you run [into troubles](https://github.com/freedomofpress/trackthenews/issues/1), you may want to try it with Python 2.7.
Python 3.9 is what we currently test against, though it may work with other versions.


```bash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='trackthenews',
version='0.1.11',
version='0.2',
description='Monitor RSS feeds for keywords and act on matching results. A special project of the Freedom of the Press Foundation.',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 198c568

Please sign in to comment.