File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.3 .0
2
+ current_version = 1.4 .0
3
3
commit = False
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " rmfpapi"
3
- version = " 1.3.1 "
3
+ version = " 1.4.0 "
4
4
description = " Fake product RASENMAEHER integration API service"
5
5
authors = [" Eero af Heurlin <eero.afheurlin@iki.fi>" ]
6
6
homepage = " https://github.com/pvarki/python-rasenmaeher-rmfpapi/"
Original file line number Diff line number Diff line change 1
1
""" Fake product RASENMAEHER integration API service """
2
- __version__ = "1.3 .0" # 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
Original file line number Diff line number Diff line change 5
5
6
6
def test_version () -> None :
7
7
"""Make sure version matches expected"""
8
- assert __version__ == "1.3 .0"
8
+ assert __version__ == "1.4 .0"
9
9
10
10
11
11
def test_healthcheck (mtlsclient : TestClient ) -> None :
You can’t perform that action at this time.
0 commit comments