ready to merge

Updated __version__ to 0.4.0a6
This commit is contained in:
Pranav Jerry 2021-10-09 15:20:57 +05:30
parent e56ff40495
commit de63113098
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,4 @@ given below.
#
# In case you forgot to change the version, skip the number
# and put the next number in the next commit.
__version__ = "0.4.0a5.dev9"
__version__ = "0.4.0a6"

View File

@ -63,7 +63,7 @@ def any_interface_is_routable():
logger.debug("Adding temporary config %s", i)
networkd.add_config(i)
# Then, wait for some time to setup the network.
# This should be replaced by a d-bus wait-for-signal
# This can probably be replaced by a d-bus wait-for-signal
# function that timeouts after 10 seconds.
time.sleep(10)
routable = networkd.is_routable()