This repository was archived by the owner on Sep 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ Original ``django-environ`` was written by `Daniele Faraglia <https://github.com
7
7
A full list of contributors can be found in GitHub:
8
8
9
9
* `django-environ-2 <https://github.com/sergeyklay/django-environ-2/graphs/contributors >`_ (current project)
10
- * `django-environ <https://github.com/joke2k/django-environ/graphs/contributors >`_ (original project)
10
+ * `django-environ <https://github.com/joke2k/django-environ/graphs/contributors >`__ (original project)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This file contains a brief summary of new features and dependency changes or
5
5
releases, in reverse chronological order.
6
6
7
7
8
- 2.0.0 (2021-XX-XX )
8
+ 2.0.0 (2021-05-25 )
9
9
------------------
10
10
11
11
Breaking Changes
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ Using ``django-environ-2`` you can stop to make a lot of unversioned
93
93
See `cookiecutter-django <https://github.com/pydanny/cookiecutter-django >`_ for
94
94
a concrete example on using with a Django project.
95
95
96
- Feature Support
97
- ---------------
96
+ Feature Support:
97
+
98
98
* Fast and easy multi environment for deploy
99
99
* Fill ``os.environ `` with .env file variables
100
100
* Variables casting
@@ -109,7 +109,7 @@ Project Information
109
109
initially written by `Daniele Faraglia <https://github.com/joke2k >`_ to breathe
110
110
new life into it and set a more dynamic pace of development.
111
111
112
- ``django-environ-2 `` is released under the `MIT / X11 License <https://choosealicense.com/licenses/mit/ >`_ ,
112
+ ``django-environ-2 `` is released under the `MIT / X11 License <https://choosealicense.com/licenses/mit/ >`__ ,
113
113
its documentation lives at `Read the Docs <https://django-environ-2.readthedocs.io/ >`_,
114
114
the code on `GitHub <https://github.com/sergeyklay/django-environ-2 >`_,
115
115
and the latest release on `PyPI <https://pypi.org/project/django-environ-2/ >`_.
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ def get_version_string():
181
181
author = find_meta ('author' ),
182
182
author_email = find_meta ('author_email' ),
183
183
maintainer = find_meta ('maintainer' ),
184
- maintainer_email = find_meta ('maintainer ' ),
184
+ maintainer_email = find_meta ('maintainer_email ' ),
185
185
license = find_meta ('license' ),
186
186
description = find_meta ('description' ),
187
187
long_description = load_long_description (),
You can’t perform that action at this time.
0 commit comments