Skip to content

Commit 9b721a1

Browse files
author
dorin.musteata
committed
Merge branch 'master' into wip_auto_update
2 parents 330cf00 + e841d46 commit 9b721a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ python manage.py loaddata localizekeys (optional)
4747
Configuration for **DRF Localize** is namespaced in a single django setting, named `DRF_LOCALIZE`, by default everything is configured out of the box.
4848

4949
```python
50-
DRF_AUTH_SERVICE = {
50+
DRF_LOCALIZE = {
5151
'LANGUAGES': 'ALL', # noqa
5252
'BASE_DIR': BASE_DIR, # noqa
5353
'API_KEY_HEADER_NAME': 'HTTP_X_API_KEY',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "drf-localize"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Package to provide localization experiences for mobile and api applications."
55
authors = ["Dorin Musteața"]
66
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="drf-localize",
9-
version="0.1.3",
9+
version="0.1.4",
1010
author="Dorin Musteața",
1111
description="Package to provide localization experiences for mobile and api applications.",
1212
long_description=README,

0 commit comments

Comments
 (0)