version bump

This commit is contained in:
Marco Bonetti 2019-02-28 09:08:02 +01:00
parent 0c1d9b60dd
commit cf0f49b45d
3 changed files with 2 additions and 4 deletions

View file

@ -48,7 +48,7 @@ master_doc = 'index'
# General information about the project.
project = u'Django Rosetta'
copyright = u'2008 2018 Marco Bonetti and contributors'
copyright = u'2008 2019 Marco Bonetti and contributors'
author = u'Marco Bonetti'
# The version info for the project you're documenting, acts as replacement for

View file

@ -1,4 +1,4 @@
VERSION = (0, 9, 1)
VERSION = (0, 9, 2)
default_app_config = "rosetta.apps.RosettaAppConfig"

View file

@ -45,8 +45,6 @@ except ImportError:
from urllib import urlencode
def get_app_name(path):
return path.split('/locale')[0].split('/')[-1]