Skip to content

Commit

Permalink
Update patch version
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com>
  • Loading branch information
vivekjoshy committed Aug 13, 2023
1 parent d72f7e1 commit 8083971
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[bumpversion]
current_version = 5.0.1
current_version = 5.0.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}.{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = gamma
values =
values =
alpha
beta
gamma
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.0.1 (2023-08-13)
============================

Documentation Improvements
--------------------------

- Improve SEO of Documentation (`#107 <https://github.com/OpenDebates/openskill.py/issues/107>`_)


Openskill 5.0.1 (2023-08-12)
============================

Expand Down
1 change: 0 additions & 1 deletion changes/107.doc.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.0.1"
__version__ = "5.0.2"
__author__ = "Vivek Joshy"
__email__ = "vivek@opendebates.net"
__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.0.1"
version = "5.0.2"
authors = [
{name = "Vivek Joshy", email = "vivek@opendebates.net"},
]
Expand Down

0 comments on commit 8083971

Please sign in to comment.