aboutsummaryrefslogtreecommitdiffstats
path: root/brevisurl/__init__.py
diff options
context:
space:
mode:
authorDenis Bellavance2015-07-24 11:26:40 -0700
committerDenis Bellavance2015-07-24 11:26:40 -0700
commitd1b8d459a6774f2cbd21d07e6ef9fce0588b9c24 (patch)
tree7b8a0b250d7c7e830f0ba4bc3e6094a2c5f18b51 /brevisurl/__init__.py
parentea6d4923552aac257e604e0fbf2fd661c438209e (diff)
parent08f5bdd75fef84fac37478c0c45140d73da21a26 (diff)
downloaddjango-brevisurl-d1b8d459a6774f2cbd21d07e6ef9fce0588b9c24.tar.bz2
Merge pull request #23 from Peach-Labs/masterHEAD2.0.1master
Version 2.0.1 bump
Diffstat (limited to 'brevisurl/__init__.py')
-rw-r--r--brevisurl/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/brevisurl/__init__.py b/brevisurl/__init__.py
index 9429381..e50017a 100644
--- a/brevisurl/__init__.py
+++ b/brevisurl/__init__.py
@@ -5,7 +5,7 @@ except ImportError:
from StringIO import StringIO
-__versionstr__ = '2.0.0'
+__versionstr__ = '2.0.1'
def get_connection(backend=None, fail_silently=False, **kwargs):
@@ -55,4 +55,4 @@ class Error(Exception):
s.close()
def __str__(self):
- return repr(self.value) \ No newline at end of file
+ return repr(self.value)