chore: bump version to 2.61.0-dev

This commit is contained in:
link2xt
2026-09-11 21:14:09 +00:00
parent a2d8ced169
commit f725e91b2a
11 changed files with 16 additions and 16 deletions

12
Cargo.lock generated
View File

@@ -1327,7 +1327,7 @@ dependencies = [
[[package]] [[package]]
name = "deltachat" name = "deltachat"
version = "2.60.0" version = "2.61.0-dev"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"astral-tokio-tar", "astral-tokio-tar",
@@ -1435,7 +1435,7 @@ dependencies = [
[[package]] [[package]]
name = "deltachat-jsonrpc" name = "deltachat-jsonrpc"
version = "2.60.0" version = "2.61.0-dev"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-channel 2.5.0", "async-channel 2.5.0",
@@ -1456,14 +1456,14 @@ dependencies = [
[[package]] [[package]]
name = "deltachat-jsonrpc-bindings" name = "deltachat-jsonrpc-bindings"
version = "2.60.0" version = "2.61.0-dev"
dependencies = [ dependencies = [
"deltachat-jsonrpc", "deltachat-jsonrpc",
] ]
[[package]] [[package]]
name = "deltachat-repl" name = "deltachat-repl"
version = "2.60.0" version = "2.61.0-dev"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"deltachat", "deltachat",
@@ -1479,7 +1479,7 @@ dependencies = [
[[package]] [[package]]
name = "deltachat-rpc-server" name = "deltachat-rpc-server"
version = "2.60.0" version = "2.61.0-dev"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"deltachat", "deltachat",
@@ -1508,7 +1508,7 @@ dependencies = [
[[package]] [[package]]
name = "deltachat_ffi" name = "deltachat_ffi"
version = "2.60.0" version = "2.61.0-dev"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"deltachat", "deltachat",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "deltachat" name = "deltachat"
version = "2.60.0" version = "2.61.0-dev"
edition = "2024" edition = "2024"
license = "MPL-2.0" license = "MPL-2.0"
rust-version = "1.89" rust-version = "1.89"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "deltachat_ffi" name = "deltachat_ffi"
version = "2.60.0" version = "2.61.0-dev"
description = "Deltachat FFI" description = "Deltachat FFI"
edition = "2024" edition = "2024"
readme = "README.md" readme = "README.md"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "deltachat-jsonrpc-bindings" name = "deltachat-jsonrpc-bindings"
version = "2.60.0" version = "2.61.0-dev"
description = "Autogenerate DeltaChat JSON-RPC API bindings at build time" description = "Autogenerate DeltaChat JSON-RPC API bindings at build time"
edition = "2024" edition = "2024"
license = "MPL-2.0" license = "MPL-2.0"

View File

@@ -54,5 +54,5 @@
}, },
"type": "module", "type": "module",
"types": "dist/deltachat.d.ts", "types": "dist/deltachat.d.ts",
"version": "2.60.0" "version": "2.61.0-dev"
} }

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "deltachat-jsonrpc" name = "deltachat-jsonrpc"
version = "2.60.0" version = "2.61.0-dev"
description = "DeltaChat JSON-RPC API" description = "DeltaChat JSON-RPC API"
edition = "2024" edition = "2024"
license = "MPL-2.0" license = "MPL-2.0"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "deltachat-repl" name = "deltachat-repl"
version = "2.60.0" version = "2.61.0-dev"
license = "MPL-2.0" license = "MPL-2.0"
edition = "2024" edition = "2024"
repository = "https://github.com/chatmail/core" repository = "https://github.com/chatmail/core"

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "deltachat-rpc-client" name = "deltachat-rpc-client"
version = "2.60.0" version = "2.61.0-dev"
license = "MPL-2.0" license = "MPL-2.0"
description = "Python client for Delta Chat core JSON-RPC interface" description = "Python client for Delta Chat core JSON-RPC interface"
classifiers = [ classifiers = [

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "deltachat-rpc-server" name = "deltachat-rpc-server"
version = "2.60.0" version = "2.61.0-dev"
description = "DeltaChat JSON-RPC server" description = "DeltaChat JSON-RPC server"
edition = "2024" edition = "2024"
readme = "README.md" readme = "README.md"

View File

@@ -15,5 +15,5 @@
}, },
"type": "module", "type": "module",
"types": "index.d.ts", "types": "index.d.ts",
"version": "2.60.0" "version": "2.61.0-dev"
} }

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "deltachat" name = "deltachat"
version = "2.60.0" version = "2.61.0-dev"
license = "MPL-2.0" license = "MPL-2.0"
description = "Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat" description = "Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat"
readme = "README.rst" readme = "README.rst"