File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
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 .0.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 .0.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
14
date-released: 2025-03-02
Original file line number Diff line number Diff line change 181
181
reduce ,
182
182
)
183
183
184
- __version__ = "3 .0.1 "
184
+ __version__ = "4 .0.0 "
185
185
"""Examples of valid version strings according :pep:`440#version-scheme`:
186
186
187
187
.. 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 .0.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 .0.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