Skip to content

Commit

Permalink
release 3.4.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
moogar0880 committed Jan 12, 2022
1 parent c066bdf commit 2a48ca2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Release History
^^^^^^^^^^^^^^^
3.4.0 (2022-01-11)
+++++++++++++++++++

* Config boostrapping now occurs at runtime rather than load time @glensc (#162)
* Unit tests can now be run from any working directory @glensc (#170)
* Code cleanup - removed unused imports and superfluous parens from some yield statements @glensc (#171)

3.3.0 (2022-01-07)
+++++++++++++++++++

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

0 comments on commit 2a48ca2

Please sign in to comment.