add changelog for beta17 and bump versions

This commit is contained in:
holger krekel
2019-12-15 23:24:03 +01:00
parent ba274482f7
commit cda4ccff2a
5 changed files with 24 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ if __name__ == "__main__":
replace_toml_version("Cargo.toml", newversion)
replace_toml_version("deltachat-ffi/Cargo.toml", newversion)
subprocess.call(["cargo", "check"])
subprocess.call(["git", "add", "-u"])
# subprocess.call(["cargo", "update", "-p", "deltachat"])