Skip to content

Commit 159492e

Browse files
committed
Bump minor version
1 parent dc2d5e0 commit 159492e

File tree

5 files changed

+6
-15
lines changed

5 files changed

+6
-15
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.1.0-alpha.1"
10+
current_version = "6.1.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: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,16 @@ 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.1 (2025-04-22)
8-
====================================
7+
Openskill 6.1.0 (2025-05-10)
8+
============================
99

1010
Features
1111
--------
1212

13+
- Factor in margin of victory based on scores (`#165 <https://github.com/vivekjoshy/openskill.py/issues/165>`_)
1314
- Improve Model Speed Using MyPyC Compiled C-Extensions (`#163 <https://github.com/vivekjoshy/openskill.py/issues/163>`_)
14-
15-
16-
Openskill 6.1.0-alpha.0 (2025-02-22)
17-
====================================
18-
19-
Features
20-
--------
21-
2215
- Add `window_size` parameter that affect accuracy of partial pairing models. (`#161 <https://github.com/vivekjoshy/openskill.py/issues/161>`_)
2316

24-
2517
Bugfixes
2618
--------
2719

changes/165.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.1.0-alpha.1"
8+
__version__ = "6.1.0"
99
__author__ = "Vivek Joshy"
1010
__email__ = "git@vivekjoshy.com"
1111
__copyright__ = "Copyright 2023 - 2025, 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.1.0-alpha.1"
45+
version = "6.1.0"
4646
authors = [
4747
{name = "Vivek Joshy", email = "git@vivekjoshy.com"},
4848
]

0 commit comments

Comments
 (0)