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: improve-issue-templates2
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: master
Choose a head ref
  • 10 commits
  • 21 files changed
  • 5 contributors

Commits on Nov 17, 2024

  1. Merge pull request #451 from python-semver/improve-issue-templates2

    Turn our Markdown issue templates into YAML
    tomschr authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    2eeefcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd97cfc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    bc41390 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #453 from viccie30/fix-subclass-comparison

    Fix comparison with subclasses
    tomschr authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    15aa6a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. Change version to 3.0.3

    * Allow uvx to be executed by tox
    * Adjust building semver section
    * Rework release procedure with uv
    * Add restview to `pyproject.toml`
    * Mention PEP 639 in `pyproject.toml`
    * Update Changelog
    * Extend `.readthedocs.yaml` with jobs
    tomschr committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    cc4ae07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #454 from python-semver/release/3.0.3

    Release/3.0.3
    tomschr authored Jan 18, 2025
    Configuration menu
    Copy the full SHA
    486e489 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Fix #459: Fix 3.0.3

    * Raise version 3.0.3 -> 3.0.4
    * Fix #457: Re-enable Trove license identifier
    * Fix #456: Fix source dist file
      - Sort MANIFEST.in and add missing files
      - Add CONTRIBUTORS, .pytest.ini, .ruff.toml, and uv.lock
    * Update Changelog
    tomschr committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    bae0b7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #459 from python-semver/fix-3.0.3

    Fix 3.0.3
    tomschr authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    6adf876 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Fix #463: Remove duplicate code Version.bump_build (#464)

    * Fix #463: Remove duplicate code Version.bump_build
    * Update changelog
    tomschr authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    d959aa7 View commit details
    Browse the repository at this point in the history
  2. Fix #460 Improve bump_prerelease to alway get a newer version (#462)

    Raising a prerelease version always results in a newer version, and raising
    an empty prerelease version has the option to raise the patch version as well
    
    Co-authored-by: Tom Schraitle <[email protected]>
    
    ---------
    
    Co-authored-by: Bas Roos <[email protected]>
    Co-authored-by: Tom Schraitle <[email protected]>
    3 people authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    d8813b6 View commit details
    Browse the repository at this point in the history
Loading