Skip to content

Commit 8083971

Browse files
committed
Update patch version
Signed-off-by: Vivek Joshy <8206808+vivekjoshy@users.noreply.github.com>
1 parent d72f7e1 commit 8083971

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[bumpversion]
2-
current_version = 5.0.1
2+
current_version = 5.0.2
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}-{release}.{build}
88
{major}.{minor}.{patch}
99

1010
[bumpversion:part:release]
1111
optional_value = gamma
12-
values =
12+
values =
1313
alpha
1414
beta
1515
gamma

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 5.0.1 (2023-08-13)
8+
============================
9+
10+
Documentation Improvements
11+
--------------------------
12+
13+
- Improve SEO of Documentation (`#107 <https://github.com/OpenDebates/openskill.py/issues/107>`_)
14+
15+
716
Openskill 5.0.1 (2023-08-12)
817
============================
918

changes/107.doc.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__ = "5.0.1"
8+
__version__ = "5.0.2"
99
__author__ = "Vivek Joshy"
1010
__email__ = "vivek@opendebates.net"
1111
__copyright__ = "Copyright 2023, 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 = "5.0.1"
45+
version = "5.0.2"
4646
authors = [
4747
{name = "Vivek Joshy", email = "vivek@opendebates.net"},
4848
]

0 commit comments

Comments
 (0)