mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-04 03:34:42 +00:00
version bump
This commit is contained in:
parent
0c1d9b60dd
commit
cf0f49b45d
3 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (0, 9, 1)
|
||||
VERSION = (0, 9, 2)
|
||||
default_app_config = "rosetta.apps.RosettaAppConfig"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -45,8 +45,6 @@ except ImportError:
|
|||
from urllib import urlencode
|
||||
|
||||
|
||||
|
||||
|
||||
def get_app_name(path):
|
||||
return path.split('/locale')[0].split('/')[-1]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue