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

New version 8.0 #137

Merged
merged 9 commits into from
Sep 24, 2020
Merged

New version 8.0 #137

merged 9 commits into from
Sep 24, 2020

Commits on Sep 24, 2020

  1. Upgrade Ubuntu to 20.04 LTS

    humitos committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    ce9bfde View commit details
    Browse the repository at this point in the history
  2. Add early support for Python 3.9.0rc1

    Since we are upgrading the Docker image version, it's good to be prepared to
    have a newer Python version as well.
    
    We can start testing 3.9.0rc1 and finally upgrade to 3.9.0 stable in a minor fix
    docker image release.
    humitos committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    3ea74e0 View commit details
    Browse the repository at this point in the history
  3. Update readme mentioning 8.0

    humitos committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5d0847b View commit details
    Browse the repository at this point in the history
  4. Do not install python-pip

    It does not exist anymore in 20.04
    humitos committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    295ef2d View commit details
    Browse the repository at this point in the history
  5. Revert "Do not install python-pip"

    This reverts commit ffc5610.
    humitos committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    e1d071b View commit details
    Browse the repository at this point in the history
  6. Install python3-pip

    humitos committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    7758def View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4ec9d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c855249 View commit details
    Browse the repository at this point in the history
  9. Update Dockerfile

    Co-authored-by: Anthony <aj@ohess.org>
    humitos and agjohnson committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    7239b0f View commit details
    Browse the repository at this point in the history