Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release preparation for 2.0.1rc1 #1608

Merged
merged 13 commits into from Dec 5, 2021
Merged

Commits on Oct 30, 2021

  1. Copy the full SHA
    8383971 View commit details
    Browse the repository at this point in the history
  2. Markdown corrections:

    - Name corrections for @audreyfeldroy and @pydanny
    - Run Prettier on Markdown files
    audreyfeldroy committed Oct 30, 2021
    Copy the full SHA
    53b3f14 View commit details
    Browse the repository at this point in the history
  3. Don't run tests on Python 3.6 or PyPy anymore.

    - Resolves GitHub check failures due to GitHub no longer supporting those environments on Mac OSX.
    - Python 3.6 is in maintenance status *security* with EOL in 2 months.
    - PyPy was last updated to Python 3.8, which is outdated.
    audreyfeldroy committed Oct 30, 2021
    Copy the full SHA
    228c655 View commit details
    Browse the repository at this point in the history
  4. Update Black target version from py36 to py39

    Co-authored-by: Daniel Roy Greenfeld <pydanny@gmail.com>
    audreyfeldroy and pydanny committed Oct 30, 2021
    Copy the full SHA
    dfebae4 View commit details
    Browse the repository at this point in the history
  5. Correct linting

    - Update Black version
    - Use Black python target of Python 3.9
    
    Co-authored-by: Daniel Roy Greenfeld <pydanny@gmail.com>
    audreyfeldroy and pydanny committed Oct 30, 2021
    Copy the full SHA
    120c8fa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Forced re-run of PR CI

    audreyfeldroy committed Nov 4, 2021
    Copy the full SHA
    7189ca0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    81f0195 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5987775 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c767bd9 View commit details
    Browse the repository at this point in the history
  5. Upgrade black

    audreyfeldroy committed Nov 4, 2021
    Copy the full SHA
    def2bb6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3b5a434 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Run pre-commit linting

    - Run tox twice, which lints the code base via pre-commit
    audreyfeldroy committed Nov 5, 2021
    Copy the full SHA
    c9e36a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Update CONTRIBUTING.md

    Co-authored-by: Michael Joseph <michaeljoseph+github@gmail.com>
    audreyfeldroy and michaeljoseph committed Nov 10, 2021
    Copy the full SHA
    3db109d View commit details
    Browse the repository at this point in the history