Skip to content

Commit

Permalink
release 3.2.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
moogar0880 committed Jun 21, 2021
1 parent 8ebe39d commit e4c7aa6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Release History
^^^^^^^^^^^^^^^

3.2.0 (2021-06-21)
+++++++++++++++++++

* Add global `session` instance which will allow clients to override requests behavior (#151)

3.1.0 (2021-04-10)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion trakt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
except ImportError:
pass

version_info = (3, 1, 0)
version_info = (3, 2, 0)
__author__ = 'Jon Nappi'
__version__ = '.'.join([str(i) for i in version_info])

0 comments on commit e4c7aa6

Please sign in to comment.