File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.6.3
2
+ current_version = 1.6.4
3
3
commit = False
4
4
tag = False
5
5
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ sed 's/.*localmaeher.*//g' /etc/hosts >/etc/hosts.new && cat /etc/hosts.new >/et
5
5
echo " $( getent ahostsv4 host.docker.internal | awk ' { print $1 }' ) fake.localmaeher.dev.pvarki.fi" >> /etc/hosts
6
6
echo " $( getent ahostsv4 host.docker.internal | awk ' { print $1 }' ) tak.localmaeher.dev.pvarki.fi" >> /etc/hosts
7
7
echo " $( getent ahostsv4 host.docker.internal | awk ' { print $1 }' ) kc.localmaeher.dev.pvarki.fi" >> /etc/hosts
8
+ echo " $( getent ahostsv4 host.docker.internal | awk ' { print $1 }' ) bl.localmaeher.dev.pvarki.fi" >> /etc/hosts
8
9
9
10
# Make sure the persistent directories exist
10
11
test -d /data/persistent/private || ( mkdir -p /data/persistent/private && chmod og-rwx /data/persistent/private )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " rasenmaeher_api"
3
- version = " 1.6.3 "
3
+ version = " 1.6.4 "
4
4
description = " python-rasenmaeher-api"
5
5
authors = [
6
6
" Aciid <703382+Aciid@users.noreply.github.com>" ,
Original file line number Diff line number Diff line change 1
1
""" python-rasenmaeher-api """
2
- __version__ = "1.6.3 " # NOTE Use `bump2version --config-file patch` to bump versions correctly
2
+ __version__ = "1.6.4 " # NOTE Use `bump2version --config-file patch` to bump versions correctly
Original file line number Diff line number Diff line change 15
15
16
16
def test_version () -> None :
17
17
"""Make sure version matches expected"""
18
- assert __version__ == "1.6.3 "
18
+ assert __version__ == "1.6.4 "
19
19
20
20
21
21
@pytest .mark .asyncio (loop_scope = "session" )
You can’t perform that action at this time.
0 commit comments