Skip to content

Commit

Permalink
Merge branch 'release/1.3.13' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed Aug 4, 2016
2 parents 31f2314 + b51fd09 commit ceedd8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
import rollbar.contrib.flask
import yaml

__version__ = '1.3.12'

__version__ = '1.3.13'


VALID_LANGUAGES = {
'': 'None',
Expand Down Expand Up @@ -117,8 +119,6 @@ def init_rollbar():
return app


# FIXME: Could we de-duplicate this function definition? @babel.localeselector
# is the problem.
def get_locale():
"""Selects an appropriate locale.
Expand Down

0 comments on commit ceedd8b

Please sign in to comment.