From 399d3a5841da6f7efa14b34f6305e1c5bd6616a5 Mon Sep 17 00:00:00 2001 From: kdeldycke <159718+kdeldycke@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:36:55 +0000 Subject: [PATCH] [changelog] Bump minor version to v2.1.0 --- changelog.md | 2 +- citation.cff | 6 +++--- extra_platforms/__init__.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 244350f..ab207b9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## [2.0.1 (unreleased)](https://github.com/kdeldycke/extra-platforms/compare/v2.0.0...main) +## [2.1.0 (unreleased)](https://github.com/kdeldycke/extra-platforms/compare/v2.0.0...main) > [!IMPORTANT] > This version is not released yet and is under active development. diff --git a/citation.cff b/citation.cff index aa32957..ad16587 100644 --- a/citation.cff +++ b/citation.cff @@ -1,4 +1,4 @@ -cff-version: 2.0.1 +cff-version: 2.1.0 title: "Extra Platforms" message: "If you use this software, please cite it as below." type: software @@ -8,8 +8,8 @@ authors: email: kevin@deldycke.com orcid: "https://orcid.org/0000-0001-9748-9014" doi: 10.5281/zenodo.13341712 -version: 2.0.1 +version: 2.1.0 # The release date is kept up to date by the external workflows. See: # https://github.com/kdeldycke/workflows/blob/33b704b489c1aa18b7b7efbf963e153e91e1c810/.github/workflows/changelog.yaml#L135-L137 -date-released: 2024-12-27 +date-released: 2025-01-02 url: "https://github.com/kdeldycke/extra-platforms" \ No newline at end of file diff --git a/extra_platforms/__init__.py b/extra_platforms/__init__.py index 44fe7c9..2600528 100644 --- a/extra_platforms/__init__.py +++ b/extra_platforms/__init__.py @@ -160,7 +160,7 @@ purpose: to make dependency on Pytest optional. """ -__version__ = "2.0.1" +__version__ = "2.1.0" """Examples of valid version strings according :pep:`440#version-scheme`: .. code-block:: python diff --git a/pyproject.toml b/pyproject.toml index 5e22152..a7fd14c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] # Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ name = "extra-platforms" -version = "2.0.1" +version = "2.1.0" # Python versions and their status: https://devguide.python.org/versions/ requires-python = ">= 3.10" description = "Detect platforms and group them by family" @@ -101,7 +101,7 @@ addopts = [ xfail_strict = true [tool.bumpversion] -current_version = "2.0.1" +current_version = "2.1.0" allow_dirty = true # TODO: Reuse the same search and replace patterns available in the reused workflows' pyproject.toml.