From 2dce3ff0066a322c633599a8d7626498b9653e96 Mon Sep 17 00:00:00 2001 From: dbr Date: Fri, 1 Jan 2010 18:18:28 +0000 Subject: [PATCH] Bump to 1.4, contains fix to show language ID in thetvdb.com ConsoleUI links --- cache.py | 2 +- setup_tvdb_api.py | 2 +- setup_tvnamer.py | 4 ++-- tvdb_api.py | 2 +- tvdb_exceptions.py | 2 +- tvdb_ui.py | 2 +- tvnamer.py | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cache.py b/cache.py index 324ae18..ca21fba 100644 --- a/cache.py +++ b/cache.py @@ -13,7 +13,7 @@ from __future__ import with_statement __author__ = "dbr/Ben" -__version__ = "1.3" +__version__ = "1.4" import os import time diff --git a/setup_tvdb_api.py b/setup_tvdb_api.py index c12aefd..7731cdb 100644 --- a/setup_tvdb_api.py +++ b/setup_tvdb_api.py @@ -1,7 +1,7 @@ from setuptools import setup setup( name = 'tvdb_api', -version='1.3', +version='1.4', author='dbr/Ben', description='Interface to thetvdb.com', diff --git a/setup_tvnamer.py b/setup_tvnamer.py index dab8614..6e61e52 100644 --- a/setup_tvnamer.py +++ b/setup_tvnamer.py @@ -1,7 +1,7 @@ from setuptools import setup setup( name = 'tvnamer', -version='1.3', +version='1.4', author='dbr/Ben', description='Automatic TV episode namer', @@ -20,7 +20,7 @@ ] }, -install_requires = ['tvdb_api==1.3'], +install_requires = ['tvdb_api==1.4'], classifiers=[ "Environment :: Console", diff --git a/tvdb_api.py b/tvdb_api.py index 757b6b8..259b73d 100644 --- a/tvdb_api.py +++ b/tvdb_api.py @@ -16,7 +16,7 @@ u'Cabin Fever' """ __author__ = "dbr/Ben" -__version__ = "1.3" +__version__ = "1.4" import os import sys diff --git a/tvdb_exceptions.py b/tvdb_exceptions.py index 34a03b6..a6ce147 100644 --- a/tvdb_exceptions.py +++ b/tvdb_exceptions.py @@ -10,7 +10,7 @@ """ __author__ = "dbr/Ben" -__version__ = "1.3" +__version__ = "1.4" __all__ = ["tvdb_error", "tvdb_userabort", "tvdb_shownotfound", "tvdb_seasonnotfound", "tvdb_episodenotfound", "tvdb_attributenotfound"] diff --git a/tvdb_ui.py b/tvdb_ui.py index cb8aa3d..cc33869 100644 --- a/tvdb_ui.py +++ b/tvdb_ui.py @@ -44,7 +44,7 @@ """ __author__ = "dbr/Ben" -__version__ = "1.3" +__version__ = "1.4" from tvdb_exceptions import tvdb_userabort diff --git a/tvnamer.py b/tvnamer.py index f836f70..615e73f 100755 --- a/tvnamer.py +++ b/tvnamer.py @@ -13,7 +13,7 @@ """ __author__ = "dbr/Ben" -__version__ = "1.3" +__version__ = "1.4" import os, sys, re from optparse import OptionParser