chore(version): bump 5.1.4 to 5.1.5

This commit is contained in:
Jérome Eertmans
2024-04-18 22:13:11 +02:00
parent d5d1513d94
commit ef014ebac6
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[bumpversion] [bumpversion]
current_version = 5.1.4 current_version = 5.1.5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))? parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
serialize = serialize =
{major}.{minor}.{patch}-rc{release} {major}.{minor}.{patch}-rc{release}
{major}.{minor}.{patch} {major}.{minor}.{patch}
commit = True commit = True

View File

@ -26,7 +26,7 @@ keywords:
- PowerPoint - PowerPoint
- Python - Python
license: MIT license: MIT
version: v5.1.4 version: v5.1.5
preferred-citation: preferred-citation:
publisher: publisher:
name: The Open Journal name: The Open Journal

View File

@ -1 +1 @@
__version__ = "5.1.4" __version__ = "5.1.5"