Skip to content

Commit

Permalink
release 3.1.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
moogar0880 committed Apr 11, 2021
1 parent cda845e commit 6987acd
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.1.0 (2021-04-10)
+++++++++++++++++++

* Add MethodNotAllowedException for 405 status codes (#141)
* Ensure CI commands use python3 (#142)

3.0.0 (2021-03-16)
+++++++++++++++++++

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, 0, 0)
version_info = (3, 1, 0)
__author__ = 'Jon Nappi'
__version__ = '.'.join([str(i) for i in version_info])

0 comments on commit 6987acd

Please sign in to comment.