diff options
| author | Denis Bellavance | 2015-07-24 11:26:40 -0700 | 
|---|---|---|
| committer | Denis Bellavance | 2015-07-24 11:26:40 -0700 | 
| commit | d1b8d459a6774f2cbd21d07e6ef9fce0588b9c24 (patch) | |
| tree | 7b8a0b250d7c7e830f0ba4bc3e6094a2c5f18b51 /brevisurl/__init__.py | |
| parent | ea6d4923552aac257e604e0fbf2fd661c438209e (diff) | |
| parent | 08f5bdd75fef84fac37478c0c45140d73da21a26 (diff) | |
| download | django-brevisurl-master.tar.bz2 | |
Version 2.0.1 bump
Diffstat (limited to 'brevisurl/__init__.py')
| -rw-r--r-- | brevisurl/__init__.py | 4 | 
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) | 
