We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6455e30 commit c8e9781Copy full SHA for c8e9781
2 files changed
NEWS
@@ -1,3 +1,10 @@
1
+0.4.1
2
+=====
3
+* some fixes for `Episodes.recap`
4
+* moved tests to separate folder
5
+* code is now pep8 compliant
6
+
7
8
0.4.0
9
=====
10
* added the following fields to the `api.Episode` class: `id`, `recap_url` and
tvrage/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.4.0'
+__version__ = '0.4.1'
__author__ = 'Christian Kreutzer'
__license__ = 'BSD'
0 commit comments