Skip to content

Commit 0151935

Browse files
authored
Bump aasm to 0.0.56 (#64)
* Bump version * Bump aasm to 0.0.56 * Set backup method to http
1 parent 13a5ea1 commit 0151935

File tree

4 files changed

+462
-404
lines changed

4 files changed

+462
-404
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=0.0.55-r0
1+
VERSION=0.0.56-r0

spade-instance/src/simulation/code_generation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def generate_agents(
4242
del agent_data_dict["type"]
4343
agent = locals()[agent_type](
4444
password=communication_server_settings.password,
45+
backup_method="http",
4546
backup_url=backup_settings.agent_backup_url,
4647
backup_period=backup_settings.period,
4748
backup_delay=backup_settings.delay,

translator/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
aasm = "==0.0.55"
7+
aasm = "==0.0.56"
88
fastapi = {extras = ["all"], version = "*"}
99

1010
[dev-packages]

0 commit comments

Comments
 (0)