Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

3.0.0-dev.4 #387

Dec 19, 2022 · 1 comments · 1 reply
Discussion options

Related pr: #385

  • Released
    2022-01-20

  • Maintainer
    Tom Schraitle

PyPI: https://pypi.org/project/semver/3.0.0.dev4/
Documentation: https://python-semver.rtfd.io/en/3.0.0-dev.4/
Full Changelog: 3.0.0-dev.3...3.0.0-dev.4

Bug Fixes

Deprecations

  • Remove support for Python 3.6? #372: Deprecate support for Python 3.6
    Python 3.6 reached its end of life and isn’t supported anymore. At the time of writing (Dec 2022), the lowest version is 3.7.

    Although the poll didn’t cast many votes, the majority agree to remove support for Python 3.6.

Improved Documentation

Features

  • PR Allow shorter version for parsing #359: Add optional parameter optional_minor_and_patch in Version.parse() to allow optional minor and patch parts.
  • PR Support matching 'equal' when no operator is provided #362: Make Version.match() accept a bare version string as match expression, defaulting to equality testing.
  • Improve pyproject.toml #364: Enhance pyproject.toml to make it possible to use the pyproject-build command from the build module. For more information, see Building semver.
  • Fix #344 Allow empty string for bump method #365: Improve pyproject.toml.
    • Use setuptools, add metadata. Taken approach from A Practical Guide to Setuptools and Pyproject.toml.
    • Doc: Describe building of semver
    • Remove .travis.yml in MANIFEST.in (not needed anymore)
    • Distinguish between Python 3.6 and others in tox.ini
    • Add skip_missing_interpreters option for tox.ini
    • GH Action: Upgrade setuptools and setuptools-scm and test against 3.11.0-rc.2

Trivial/Internal Changes

Contributors

(in alphabetical order)

Thanks to all! ❤️


This discussion was created from the release 3.0.0-dev.4.
You must be logged in to vote

Replies: 1 comment · 1 reply

Comment options

Hello, when do you plan to land version 3 ?

You must be logged in to vote
1 reply
@tomschr
Comment options

tomschr Feb 20, 2023
Maintainer Author

Hi @skapin,
that's a good question. I was working on the PR #368 which I would like to integrate in the final version. Perhaps for #365 too.

When at least the first is integrated, I would like to create the final 3.0.0 release. Hope that helps. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.