actually update to 1.0.0-beta.14

This commit is contained in:
holger krekel
2019-12-10 15:39:09 +01:00
parent b913de5928
commit 8b81ea3b6f
2 changed files with 4 additions and 3 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(["git", "add", "-u"])
# subprocess.call(["cargo", "update", "-p", "deltachat"])
print("after commit make sure to: ")