aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEVELOPMENT.md1
-rw-r--r--README.rst2
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)
diff --git a/README.rst b/README.rst
index 40eb0cf..874bb80 100644
--- a/README.rst
+++ b/README.rst
@@ -35,7 +35,7 @@ Mastodon.py
35 mastodon.toot('Tooting from python using #mastodonpy !') 35 mastodon.toot('Tooting from python using #mastodonpy !')
36 36
37Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. 37Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API.
38Feature complete for public API as of version v1.4 and easy to get started with. 38Feature complete for public API as of version v1.6 and easy to get started with.
39 39
40You can install Mastodon.py via pypi: 40You can install Mastodon.py via pypi:
41 41
Powered by cgit v1.2.3 (git 2.41.0)