Skip to content

Commit

Permalink
Merge branch 'add_.eggs_to_gitignore_#420'
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Jul 9, 2018
2 parents 316cf57 + 8bc4ecc commit 2fda0ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ var
sdist
develop-eggs
.installed.cfg
.eggs/

# Installer logs
pip-log.txt
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Contributors
- Martin Ortbauer
- Matthew Ellison
- Michael Klich
- Nikita Melentev
- Nikita Vlaznev
- Paul Weaver
- Peter Demin
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_)
Expand All @@ -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
Expand Down

0 comments on commit 2fda0ed

Please sign in to comment.