diff options
-rw-r--r-- | DEVELOPMENT.md | 1 | ||||
-rw-r--r-- | README.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 2eacdbf..b37c4e4 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md | |||
@@ -10,5 +10,6 @@ Here's some general stuff to keep in mind, and some work that needs to be done | |||
10 | * Some things are probably wrong, but none known. | 10 | * Some things are probably wrong, but none known. |
11 | 11 | ||
12 | * Other things missing: | 12 | * Other things missing: |
13 | * Actual error handling that is good: Proper dealing with OAuth errors, more specific exceptions | ||
13 | * Automatic ID unpacking | 14 | * Automatic ID unpacking |
14 | * Tests (long-term goal) | 15 | * Tests (long-term goal) |
@@ -35,7 +35,7 @@ Mastodon.py | |||
35 | mastodon.toot('Tooting from python using #mastodonpy !') | 35 | mastodon.toot('Tooting from python using #mastodonpy !') |
36 | 36 | ||
37 | Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. | 37 | Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. |
38 | Feature complete for public API as of version v1.4 and easy to get started with. | 38 | Feature complete for public API as of version v1.6 and easy to get started with. |
39 | 39 | ||
40 | You can install Mastodon.py via pypi: | 40 | You can install Mastodon.py via pypi: |
41 | 41 | ||