diff --git a/.gitignore b/.gitignore index 96efb798..d2c66b81 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ var sdist develop-eggs .installed.cfg +.eggs/ # Installer logs pip-log.txt diff --git a/AUTHORS b/AUTHORS index a88773c5..c3293466 100644 --- a/AUTHORS +++ b/AUTHORS @@ -41,6 +41,7 @@ Contributors - Martin Ortbauer - Matthew Ellison - Michael Klich +- Nikita Melentev - Nikita Vlaznev - Paul Weaver - Peter Demin diff --git a/CHANGES.rst b/CHANGES.rst index 8020c9d7..d28009d6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,6 +21,7 @@ Fixed Improved ~~~~~~~~ +- Add ``.eggs`` to .gitignore file (`#420`_) - Reformat code to match Black code-style (`#402`_) - Perform lint checks and fixes on staged files, as a pre-commit hook (`#402`_) - Change ``allowed`` rule to use containers instead of lists (`#384`_) @@ -46,6 +47,7 @@ Docs - Add a few clarifications to the GitHub issue template - Update README link. Make it point to the new PYPI website +.. _`#420`: https://github.com/pyeve/cerberus/issues/420 .. _`#406`: https://github.com/pyeve/cerberus/issues/406 .. _`#404`: https://github.com/pyeve/cerberus/issues/404 .. _`#402`: https://github.com/pyeve/cerberus/issues/402