File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 3.1.1 (unreleased)] ( https://github.com/kdeldycke/extra-platforms/compare/v3.1.0...main )
3
+ ## [ 4.0.0 (unreleased)] ( https://github.com/kdeldycke/extra-platforms/compare/v3.1.0...main )
4
4
5
5
> [ !IMPORTANT]
6
6
> This version is not released yet and is under active development.
Original file line number Diff line number Diff line change 1
- cff-version: 3.1.1
1
+ cff-version: 4.0.0
2
2
title: "Extra Platforms"
3
3
message: "If you use this software, please cite it as below."
4
4
type: software
8
8
9
9
orcid: "https://orcid.org/0000-0001-9748-9014"
10
10
doi: 10.5281/zenodo.13341712
11
- version: 3.1.1
11
+ version: 4.0.0
12
12
# The release date is kept up to date by the external workflows. See:
13
13
# https://github.com/kdeldycke/workflows/blob/33b704b489c1aa18b7b7efbf963e153e91e1c810/.github/workflows/changelog.yaml#L135-L137
14
- date-released: 2025-03-04
14
+ date-released: 2025-04-02
15
15
url: "https://github.com/kdeldycke/extra-platforms"
Original file line number Diff line number Diff line change 182
182
reduce ,
183
183
)
184
184
185
- __version__ = "3.1.1 "
185
+ __version__ = "4.0.0 "
186
186
"""Examples of valid version strings according :pep:`440#version-scheme`:
187
187
188
188
.. code-block:: python
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
3
3
name = " extra-platforms"
4
- version = " 3.1.1 "
4
+ version = " 4.0.0 "
5
5
# Python versions and their status: https://devguide.python.org/versions/
6
6
requires-python = " >= 3.11"
7
7
description = " Detect platforms and group them by family"
@@ -99,7 +99,7 @@ addopts = [
99
99
xfail_strict = true
100
100
101
101
[tool .bumpversion ]
102
- current_version = " 3.1.1 "
102
+ current_version = " 4.0.0 "
103
103
allow_dirty = true
104
104
105
105
# TODO: Reuse the same search and replace patterns available in the reused workflows' pyproject.toml.
You can’t perform that action at this time.
0 commit comments