Skip to content

Commit

Permalink
Bump to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbr committed Mar 9, 2012
1 parent 45c76ab commit c502765
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
setup(
name = 'tvdb_api',
version='1.6.1',
version='1.6.2',

author='dbr/Ben',
description='Interface to thetvdb.com',
Expand Down
2 changes: 1 addition & 1 deletion tvdb_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
u'Cabin Fever'
"""
__author__ = "dbr/Ben"
__version__ = "1.6.1"
__version__ = "1.6.2"

import os
import urllib
Expand Down
2 changes: 1 addition & 1 deletion tvdb_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from __future__ import with_statement

__author__ = "dbr/Ben"
__version__ = "1.6.1"
__version__ = "1.6.2"

import os
import time
Expand Down
2 changes: 1 addition & 1 deletion tvdb_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

__author__ = "dbr/Ben"
__version__ = "1.6.1"
__version__ = "1.6.2"

__all__ = ["tvdb_error", "tvdb_userabort", "tvdb_shownotfound",
"tvdb_seasonnotfound", "tvdb_episodenotfound", "tvdb_attributenotfound"]
Expand Down
2 changes: 1 addition & 1 deletion tvdb_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"""

__author__ = "dbr/Ben"
__version__ = "1.6.1"
__version__ = "1.6.2"

import logging
import warnings
Expand Down

0 comments on commit c502765

Please sign in to comment.