Skip to content

Commit 92d4208

Browse files
committed
Bump patch version
1 parent d20fbd1 commit 92d4208

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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"
10+
current_version = "6.1.1"
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.1 (2025-06-08)
8+
============================
9+
10+
Bugfixes
11+
--------
12+
13+
- Fix ties not being respected in scores (`#166 <https://github.com/vivekjoshy/openskill.py/issues/166>`_)
14+
15+
716
Openskill 6.1.0 (2025-05-10)
817
============================
918

changes/166.bugfix.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"
8+
__version__ = "6.1.1"
99
__author__ = "Vivek Joshy"
1010
__email__ = "[email protected]"
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"
45+
version = "6.1.1"
4646
authors = [
4747
{name = "Vivek Joshy", email = "[email protected]"},
4848
]

0 commit comments

Comments
 (0)