Skip to content
This repository was archived by the owner on Sep 5, 2021. It is now read-only.

Commit 1c01b99

Browse files
committed
Improved package documentation
1 parent d745fb9 commit 1c01b99

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

environ/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
1414
Modules:
1515
16+
compat
1617
environ
1718
1819
Misc variables:
@@ -35,7 +36,7 @@
3536

3637

3738
__copyright__ = 'Copyright (C) 2021 Serghei Iakovlev'
38-
__version__ = '2.0.0'
39+
__version__ = '2.0.1'
3940
__license__ = 'MIT'
4041
__author__ = 'Daniele Faraglia'
4142
__author_email__ = 'daniele.faraglia@gmail.com'

environ/environ.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
# For the full copyright and license information, please view
77
# the LICENSE file that was distributed with this source code.
88

9-
"""
9+
"""Configure Django made easy.
10+
1011
django-environ-2 allows you to utilize 12factor inspired environment
1112
variables to configure your Django application.
13+
1214
"""
1315

1416
import ast

0 commit comments

Comments
 (0)