File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 1.0.3 (unreleased)] ( https://github.com/kdeldycke/extra-platforms/compare/v1.0.2...main )
3
+ ## [ 1.1.0 (unreleased)] ( https://github.com/kdeldycke/extra-platforms/compare/v1.0.2...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 8
8
email: kevin@deldycke.com
9
9
orcid: "https://orcid.org/0000-0001-9748-9014"
10
10
doi: 10.5281/zenodo.13341712
11
- version: 1.0.3
11
+ version: 1.1.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: 2024-08-19
14
+ date-released: 2024-08-20
15
15
url: "https://github.com/kdeldycke/extra-platforms"
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ def cache(user_function):
154
154
# XXX Not imported at package level so dependency on Pytest can stay optional.
155
155
# from .pytest import *
156
156
157
- __version__ = "1.0.3 "
157
+ __version__ = "1.1.0 "
158
158
"""Examples of valid version strings according :pep:`440#version-scheme`:
159
159
160
160
.. 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 = " 1.0.3 "
4
+ version = " 1.1.0 "
5
5
# Python versions and their status: https://devguide.python.org/versions/
6
6
requires-python = " >= 3.8"
7
7
description = " Detect platforms and group them by family"
@@ -93,7 +93,7 @@ branch = true
93
93
precision = 2
94
94
95
95
[tool .bumpversion ]
96
- current_version = " 1.0.3 "
96
+ current_version = " 1.1.0 "
97
97
allow_dirty = true
98
98
99
99
# 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