From b681cbd47f50643562024b82b54d26bf9127896c Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 10 Dec 2019 14:02:16 +0100 Subject: [PATCH] prepare 1.0.0-beta.13 --- Cargo.toml | 2 +- deltachat-ffi/Cargo.toml | 2 +- set_core_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index deb1bd7b8..36668fea4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat" -version = "1.0.0-beta.12" +version = "1.0.0-beta.13" authors = ["Delta Chat Developers (ML) "] edition = "2018" license = "MPL" diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index ba29a0ff3..38f26dfda 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltachat_ffi" -version = "1.0.0-beta.12" +version = "1.0.0-beta.13" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018" diff --git a/set_core_version.py b/set_core_version.py index a793eafff..e5ceccecc 100644 --- a/set_core_version.py +++ b/set_core_version.py @@ -55,7 +55,7 @@ if __name__ == "__main__": replace_toml_version("Cargo.toml", newversion) replace_toml_version("deltachat-ffi/Cargo.toml", newversion) - subprocess.call(["cargo", "update", "-p", "deltachat"]) + # subprocess.call(["cargo", "update", "-p", "deltachat"]) print("after commit make sure to: ") print("")