Skip to content

Commit d8c6d6c

Browse files
committed
[changelog] Bump minor version to v1.1.0
1 parent f7c0bd3 commit d8c6d6c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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)
44

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

citation.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors:
88
email: kevin@deldycke.com
99
orcid: "https://orcid.org/0000-0001-9748-9014"
1010
doi: 10.5281/zenodo.13341712
11-
version: 1.0.3
11+
version: 1.1.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
14-
date-released: 2024-08-19
14+
date-released: 2024-08-20
1515
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
@@ -154,7 +154,7 @@ def cache(user_function):
154154
# XXX Not imported at package level so dependency on Pytest can stay optional.
155155
# from .pytest import *
156156

157-
__version__ = "1.0.3"
157+
__version__ = "1.1.0"
158158
"""Examples of valid version strings according :pep:`440#version-scheme`:
159159
160160
.. code-block:: python

pyproject.toml

Lines changed: 2 additions & 2 deletions
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 = "1.0.3"
4+
version = "1.1.0"
55
# Python versions and their status: https://devguide.python.org/versions/
66
requires-python = ">= 3.8"
77
description = "Detect platforms and group them by family"
@@ -93,7 +93,7 @@ branch = true
9393
precision = 2
9494

9595
[tool.bumpversion]
96-
current_version = "1.0.3"
96+
current_version = "1.1.0"
9797
allow_dirty = true
9898

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

0 commit comments

Comments
 (0)