Skip to content

Commit f4b9c36

Browse files
committed
chore(release): bump version to 0.12.1 and update maintainer metadata
1 parent 079a2f1 commit f4b9c36

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

environ/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
from .environ import *
2020

2121

22-
__copyright__ = 'Copyright (C) 2013-2023 Daniele Faraglia'
22+
__copyright__ = 'Copyright (C) 2013-2026 Daniele Faraglia'
2323
"""The copyright notice of the package."""
2424

25-
__version__ = '0.12.0'
25+
__version__ = '0.12.1'
2626
"""The version of the package."""
2727

2828
__license__ = 'MIT'
@@ -34,10 +34,10 @@
3434
__author_email__ = 'daniele.faraglia@gmail.com'
3535
"""The email of the author of the package."""
3636

37-
__maintainer__ = 'Serghei Iakovlev'
37+
__maintainer__ = 'Daniele Faraglia'
3838
"""The maintainer of the package."""
3939

40-
__maintainer_email__ = 'oss@serghei.pl'
40+
__maintainer_email__ = 'daniele.faraglia@gmail.com'
4141
"""The email of the maintainer of the package."""
4242

4343
__url__ = 'https://django-environ.readthedocs.org'

0 commit comments

Comments
 (0)