Skip to content

Commit 7da5c14

Browse files
committed
chore: bump version for RUNE support
1 parent 214c0c6 commit 7da5c14

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.1
2+
current_version = 1.4.0
33
commit = False
44
tag = False
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rmfpapi"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
description = "Fake product RASENMAEHER integration API service"
55
authors = ["Eero af Heurlin <eero.afheurlin@iki.fi>"]
66
homepage = "https://github.com/pvarki/python-rasenmaeher-rmfpapi/"

src/rmfpapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
""" Fake product RASENMAEHER integration API service """
2-
__version__ = "1.3.1" # NOTE Use `bump2version --config-file patch` to bump versions correctly
2+
__version__ = "1.4.0" # NOTE Use `bump2version --config-file patch` to bump versions correctly

tests/test_rmfpapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def test_version() -> None:
77
"""Make sure version matches expected"""
8-
assert __version__ == "1.3.1"
8+
assert __version__ == "1.4.0"
99

1010

1111
def test_healthcheck(mtlsclient: TestClient) -> None:

0 commit comments

Comments
 (0)