Skip to content

Commit ceb7693

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
[changelog] Bump major version to v4.0.0
1 parent 5e87db3 commit ceb7693

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [3.0.1 (unreleased)](https://github.com/kdeldycke/extra-platforms/compare/v3.0.0...main)
3+
## [4.0.0 (unreleased)](https://github.com/kdeldycke/extra-platforms/compare/v3.0.0...main)
44

55
> [!IMPORTANT]
66
> This version is not released yet and is under active development.

citation.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 3.0.1
1+
cff-version: 4.0.0
22
title: "Extra Platforms"
33
message: "If you use this software, please cite it as below."
44
type: software
@@ -8,7 +8,7 @@ authors:
88
99
orcid: "https://orcid.org/0000-0001-9748-9014"
1010
doi: 10.5281/zenodo.13341712
11-
version: 3.0.1
11+
version: 4.0.0
1212
# The release date is kept up to date by the external workflows. See:
1313
# https://github.com/kdeldycke/workflows/blob/33b704b489c1aa18b7b7efbf963e153e91e1c810/.github/workflows/changelog.yaml#L135-L137
1414
date-released: 2025-03-02

extra_platforms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
reduce,
182182
)
183183

184-
__version__ = "3.0.1"
184+
__version__ = "4.0.0"
185185
"""Examples of valid version strings according :pep:`440#version-scheme`:
186186
187187
.. code-block:: python

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
33
name = "extra-platforms"
4-
version = "3.0.1"
4+
version = "4.0.0"
55
# Python versions and their status: https://devguide.python.org/versions/
66
requires-python = ">= 3.11"
77
description = "Detect platforms and group them by family"
@@ -99,7 +99,7 @@ addopts = [
9999
xfail_strict = true
100100

101101
[tool.bumpversion]
102-
current_version = "3.0.1"
102+
current_version = "4.0.0"
103103
allow_dirty = true
104104

105105
# TODO: Reuse the same search and replace patterns available in the reused workflows' pyproject.toml.

0 commit comments

Comments
 (0)