Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Joshy <[email protected]>
  • Loading branch information
vivekjoshy committed Nov 2, 2024
1 parent 6325af2 commit 60d7460
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tag = false
sign_tags = false
tag_name = "v{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
current_version = "6.0.0"
current_version = "6.0.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\-(?P<release>[a-z]+)\\.(?P<build>\\d+))?"
serialize = [
"{major}.{minor}.{patch}-{release}.{build}",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ This file is updated every release since v1.0.0 with the use of towncrier from t

.. towncrier release notes start
Openskill 6.0.1 (2024-11-02)
============================

Bugfixes
--------

- Fix rate mutating rating objects when limit_sigma enabled. (`#141 <https://github.com/vivekjoshy/openskill.py/issues/141>`_)
- Use correct constants in Thurstone-Mosteller models. (`#148 <https://github.com/vivekjoshy/openskill.py/issues/148>`_)
- Scale beta**2 by 2 instead of by total player count. (`#148 <https://github.com/vivekjoshy/openskill.py/issues/148>`_)


Openskill 6.0.0 (2024-07-15)
============================

Expand Down
1 change: 0 additions & 1 deletion changes/141.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/148.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion openskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


# Metadata
__version__ = "6.0.0"
__version__ = "6.0.1"
__author__ = "Vivek Joshy"
__email__ = "[email protected]"
__copyright__ = "Copyright 2023 - 2024, Vivek Joshy"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ strict = true

[project]
name = "openskill"
version = "6.0.0"
version = "6.0.1"
authors = [
{name = "Vivek Joshy", email = "[email protected]"},
]
Expand Down

0 comments on commit 60d7460

Please sign in to comment.