Skip to content

Commit 11ac382

Browse files
committed
Update changelog and patch number
1 parent 5c7a8aa commit 11ac382

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
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.2"
10+
current_version = "6.1.3"
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.3 (2025-06-20)
8+
============================
9+
10+
Bugfixes
11+
--------
12+
13+
- Fix infinite rating gain bug
14+
15+
716
Openskill 6.1.2 (2025-06-19)
817
============================
918

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.2"
8+
__version__ = "6.1.3"
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.2"
45+
version = "6.1.3"
4646
authors = [
4747
{name = "Vivek Joshy", email = "git@vivekjoshy.com"},
4848
]

0 commit comments

Comments
 (0)