Skip to content

Commit 8a6d4f1

Browse files
authored
Merge pull request #174 from moogar0880/3.4.0-release
release 3.4.0 docs
2 parents c066bdf + 2a48ca2 commit 8a6d4f1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Release History
22
^^^^^^^^^^^^^^^
3+
3.4.0 (2022-01-11)
4+
+++++++++++++++++++
5+
6+
* Config boostrapping now occurs at runtime rather than load time @glensc (#162)
7+
* Unit tests can now be run from any working directory @glensc (#170)
8+
* Code cleanup - removed unused imports and superfluous parens from some yield statements @glensc (#171)
9+
310
3.3.0 (2022-01-07)
411
+++++++++++++++++++
512

trakt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
except ImportError:
66
pass
77

8-
version_info = (3, 3, 0)
8+
version_info = (3, 4, 0)
99
__author__ = 'Jon Nappi'
1010
__version__ = '.'.join([str(i) for i in version_info])

0 commit comments

Comments
 (0)