Skip to content

Commit dde7d2d

Browse files
committed
Update version and changelog
Signed-off-by: Vivek Joshy <daegontaven@gmail.com>
1 parent e28b404 commit dde7d2d

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tag = false
77
sign_tags = false
88
tag_name = "v{new_version}"
99
tag_message = "Bump version: {current_version} → {new_version}"
10-
current_version = "6.0.2"
10+
current_version = "6.1.0-alpha.0"
1111
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\-(?P<release>[a-z]+)\\.(?P<build>\\d+))?"
1212
serialize = [
1313
"{major}.{minor}.{patch}-{release}.{build}",

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ This file is updated every release since v1.0.0 with the use of towncrier from t
44

55
.. towncrier release notes start
66
7+
Openskill 6.1.0-alpha.0 (2025-02-22)
8+
====================================
9+
10+
Features
11+
--------
12+
13+
- Add `window_size` parameter that affect accuracy of partial pairing models. (`#161 <https://github.com/vivekjoshy/openskill.py/issues/161>`_)
14+
15+
16+
Bugfixes
17+
--------
18+
19+
- Fixes inconsistent updates from ties in free-for-all matches. (`#161 <https://github.com/vivekjoshy/openskill.py/issues/161>`_)
20+
21+
722
Openskill 6.0.2 (2024-12-25)
823
============================
924

changes/161.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/161.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

openskill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
# Metadata
8-
__version__ = "6.0.2"
8+
__version__ = "6.1.0-alpha.0"
99
__author__ = "Vivek Joshy"
1010
__email__ = "vivekjoshy97@gmail.com"
1111
__copyright__ = "Copyright 2023 - 2024, Vivek Joshy"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ strict = true
4242

4343
[project]
4444
name = "openskill"
45-
version = "6.0.2"
45+
version = "6.1.0-alpha.0"
4646
authors = [
4747
{name = "Vivek Joshy", email = "vivekjoshy97@gmail.com"},
4848
]

0 commit comments

Comments
 (0)