We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079a2f1 commit f4b9c36Copy full SHA for f4b9c36
1 file changed
environ/__init__.py
@@ -19,10 +19,10 @@
19
from .environ import *
20
21
22
-__copyright__ = 'Copyright (C) 2013-2023 Daniele Faraglia'
+__copyright__ = 'Copyright (C) 2013-2026 Daniele Faraglia'
23
"""The copyright notice of the package."""
24
25
-__version__ = '0.12.0'
+__version__ = '0.12.1'
26
"""The version of the package."""
27
28
__license__ = 'MIT'
@@ -34,10 +34,10 @@
34
__author_email__ = 'daniele.faraglia@gmail.com'
35
"""The email of the author of the package."""
36
37
-__maintainer__ = 'Serghei Iakovlev'
+__maintainer__ = 'Daniele Faraglia'
38
"""The maintainer of the package."""
39
40
-__maintainer_email__ = 'oss@serghei.pl'
+__maintainer_email__ = 'daniele.faraglia@gmail.com'
41
"""The email of the maintainer of the package."""
42
43
__url__ = 'https://django-environ.readthedocs.org'
0 commit comments