diff --git a/src/doc/essentials/dependencies.rst b/src/doc/essentials/dependencies.rst index f4ed6934..ed5a1ac9 100644 --- a/src/doc/essentials/dependencies.rst +++ b/src/doc/essentials/dependencies.rst @@ -187,6 +187,9 @@ Posting to Twitter requires these modules: sudo pip install tweepy oauth2 +Note that ``tweepy`` appears to be the less reliable of the two. +If you have problems, e.g. with character encoding, try installing ``python-twitter`` instead. + .. versionchanged:: 13.10_r1086 reenabled use of ``tweepy`` library as an alternative to ``python-twitter``. ``python-oauth2`` is still required by :py:mod:`pywws.TwitterAuth`. diff --git a/src/pywws/__init__.py b/src/pywws/__init__.py index e05aa0ed..dbdef015 100644 --- a/src/pywws/__init__.py +++ b/src/pywws/__init__.py @@ -1,3 +1,3 @@ -__version__ = '15.11.0.dev1324' -_release = '1324' -_commit = 'd4446c9' +__version__ = '15.11.0.dev1325' +_release = '1325' +_commit = 'f501c92'