Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-semver/python-semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: python-semver/python-semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maint/v2
Choose a head ref
  • 9 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 25, 2020

  1. Update README

    Rephrase some paragraphs and NOT mention specific versions.
    Use "2.x.y" as versions can change.
    tomschr committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    0631368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61f835f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #296 from tomschr/feature/python-versions

    Support latest Python version for semver2
    tomschr authored Oct 25, 2020
    Configuration menu
    Copy the full SHA
    8bc819f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Fix #322: Implement GitHub Action

    * Add "gh-action" section in tox.ini
    * Add .github/workflows/python-testing.yml
    * Use dependent jobs; first start check, then tests jobs
    * Remove black-formatting.yml
    * Remove .travis.yml
    
    (cherry picked from commit aa58f62)
    tomschr committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    17b703b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    638fa1e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Change README (Gitter -> GH Discussions)

    * Remove Gitter badge
    * Add GitHub Discussions badge
    
    (cherry picked from commit 07cacb5)
    tomschr committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    194c6e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    8d72677 View commit details
    Browse the repository at this point in the history
  2. Update docs/usage.rst

    Co-authored-by: Tom Schraitle <[email protected]>
    frenzymadness and tomschr authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    dc6e816 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #336 from frenzymadness/fix_3.10

    Fix tests for Python 3.10
    tomschr authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    3809aed View commit details
    Browse the repository at this point in the history
Loading