Skip to content

Commit cf0bbbc

Browse files
committed
[changelog] Post-release bump v10.0.0 β†’ v10.0.1.dev0
1 parent 672ba79 commit cf0bbbc

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

β€Žchangelog.mdβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [10.0.1.dev0 (unreleased)](https://github.com/kdeldycke/extra-platforms/compare/v10.0.0...main)
4+
5+
> [!WARNING]
6+
> This version is **not released yet** and is under active development.
7+
38
## [10.0.0 (2026-02-27)](https://github.com/kdeldycke/extra-platforms/compare/v9.2.0...v10.0.0)
49

510
- Replace `distro` dependency with built-in `/etc/os-release` parser, making the package dependency-free. macOS `Platform.info()` now returns `distro_id: None` instead of `distro_id: "darwin"`.
@@ -433,4 +438,3 @@
433438
> `1.0.0` is the *first version* available on [🐍 PyPI](https://pypi.org/project/extra-platforms/1.0.0/) and [πŸ™ GitHub](https://github.com/kdeldycke/extra-platforms/releases/tag/v1.0.0).
434439
435440
- First version as a stand alone package extracted from `click-extra`.
436-

β€Žcitation.cffβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 10.0.0
1+
cff-version: 10.0.1.dev0
22
title: "Extra Platforms"
33
message: "If you use this software, please cite it as below."
44
type: software
@@ -8,6 +8,6 @@ authors:
88
email: kevin@deldycke.com
99
orcid: "https://orcid.org/0000-0001-9748-9014"
1010
doi: 10.5281/zenodo.13341712
11-
version: 10.0.0
11+
version: 10.0.1.dev0
1212
date-released: 2026-02-27
1313
url: "https://github.com/kdeldycke/extra-platforms"

β€Žextra_platforms/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
"""
392392

393393

394-
__version__ = "10.0.0"
394+
__version__ = "10.0.1.dev0"
395395

396396

397397
def _initialize_group_detection_functions() -> list[str]:

β€Žpyproject.tomlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "uv-build>=0.9" ]
55
[project]
66
# Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
77
name = "extra-platforms"
8-
version = "10.0.0"
8+
version = "10.0.1.dev0"
99
description = "πŸ”Ž Detect architectures, platforms, shells, terminals, CI systems and agents, grouped by family"
1010
readme = "readme.md"
1111
keywords = [
@@ -245,7 +245,7 @@ extra-platforms = "extra_platforms.__main__:main"
245245
[project.urls]
246246
"Changelog" = "https://github.com/kdeldycke/extra-platforms/blob/main/changelog.md"
247247
"Documentation" = "https://kdeldycke.github.io/extra-platforms"
248-
"Download" = "https://github.com/kdeldycke/extra-platforms/releases/tag/v10.0.0"
248+
"Download" = "https://github.com/kdeldycke/extra-platforms/releases/tag/v10.0.1.dev0"
249249
"Funding" = "https://github.com/sponsors/kdeldycke"
250250
"Homepage" = "https://github.com/kdeldycke/extra-platforms"
251251
"Issues" = "https://github.com/kdeldycke/extra-platforms/issues"
@@ -374,7 +374,7 @@ run.source = [ "extra_platforms" ]
374374
report.precision = 2
375375

376376
[tool.bumpversion]
377-
current_version = "10.0.0"
377+
current_version = "10.0.1.dev0"
378378
allow_dirty = true
379379
# Parse versions with an optional .devN suffix (PEP 440).
380380
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.dev(?P<dev>\\d+))?"

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)