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

Commit f0a7802

Browse files
authored
Merge pull request #8 from sergeyklay/release/2.0.0
Release django-environ-2
2 parents 2a2f8ac + 2e4a69d commit f0a7802

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Original ``django-environ`` was written by `Daniele Faraglia <https://github.com
77
A full list of contributors can be found in GitHub:
88

99
* `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)

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This file contains a brief summary of new features and dependency changes or
55
releases, in reverse chronological order.
66

77

8-
2.0.0 (2021-XX-XX)
8+
2.0.0 (2021-05-25)
99
------------------
1010

1111
Breaking Changes

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Using ``django-environ-2`` you can stop to make a lot of unversioned
9393
See `cookiecutter-django <https://github.com/pydanny/cookiecutter-django>`_ for
9494
a concrete example on using with a Django project.
9595

96-
Feature Support
97-
---------------
96+
Feature Support:
97+
9898
* Fast and easy multi environment for deploy
9999
* Fill ``os.environ`` with .env file variables
100100
* Variables casting
@@ -109,7 +109,7 @@ Project Information
109109
initially written by `Daniele Faraglia <https://github.com/joke2k>`_ to breathe
110110
new life into it and set a more dynamic pace of development.
111111

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/>`__,
113113
its documentation lives at `Read the Docs <https://django-environ-2.readthedocs.io/>`_,
114114
the code on `GitHub <https://github.com/sergeyklay/django-environ-2>`_,
115115
and the latest release on `PyPI <https://pypi.org/project/django-environ-2/>`_.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def get_version_string():
181181
author=find_meta('author'),
182182
author_email=find_meta('author_email'),
183183
maintainer=find_meta('maintainer'),
184-
maintainer_email=find_meta('maintainer'),
184+
maintainer_email=find_meta('maintainer_email'),
185185
license=find_meta('license'),
186186
description=find_meta('description'),
187187
long_description=load_long_description(),

0 commit comments

Comments
 (0)