Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 925c49c

Browse files
committed
update docs for 3.2.1
1 parent 34a3ad4 commit 925c49c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

doc/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
---------
33

4+
Version 3.2.1
5+
=============
6+
7+
* :py:func:`twitter.twitter_utils.calc_expected_status_length` should now function properly. Previously, URLs would be counted incorrectly. See `PR #416 <https://github.com/bear/python-twitter/pull/416>`_
8+
9+
* :py:func:`twitter.api.Api.PostUpdates` now passes any keyword arguments on the edge case that only one tweet was actually being posted.
10+
11+
412
Version 3.2
513
===========
614

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '3.2'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '3.2dev0'
62+
release = '3.2.1'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)