Skip to content

Commit

Permalink
Update patch version
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Joshy <[email protected]>
  • Loading branch information
vivekjoshy committed Feb 3, 2024
1 parent fffdad2 commit 17b92a0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 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 = "5.1.0"
current_version = "5.1.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
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This file is updated every release since v1.0.0 with the use of towncrier from t

.. towncrier release notes start
Openskill 5.1.1 (2024-02-03)
============================

Bugfixes
--------

- Resolves incorrect predictions for matches of size greater than 2. (`#124 <https://github.com/OpenDebates/openskill.py/issues/124>`_)


Openskill 5.1.0 (2023-08-24)
============================

Expand Down
1 change: 0 additions & 1 deletion changes/124.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__ = "5.1.0"
__version__ = "5.1.1"
__author__ = "Vivek Joshy"
__email__ = "[email protected]"
__copyright__ = "Copyright 2023, 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 = "5.1.0"
version = "5.1.1"
authors = [
{name = "Vivek Joshy", email = "[email protected]"},
]
Expand Down

0 comments on commit 17b92a0

Please sign in to comment.