mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
prepare 0.600.0 release
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
0.9.1-dev
|
0.600.0
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
- use new experimental full-Rust Delta Chat core
|
||||||
|
- support Autocrypt Setup Messages
|
||||||
|
- remove synchronous events
|
||||||
|
- use CircleCI for continous integration and packaging of Linux wheels
|
||||||
- use docker image for building wheels
|
- use docker image for building wheels
|
||||||
- fix code documentation links
|
- fix code documentation links
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ def main():
|
|||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='deltachat',
|
name='deltachat',
|
||||||
version=version,
|
version=version,
|
||||||
description='Python bindings for deltachat-core using CFFI',
|
description='Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author='holger krekel, Floris Bruynooghe, Bjoern Petersen and contributors',
|
author='holger krekel, Floris Bruynooghe, Bjoern Petersen and contributors',
|
||||||
setup_requires=['cffi>=1.0.0'],
|
setup_requires=['cffi>=1.0.0'],
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ from deltachat import capi, const
|
|||||||
from deltachat.capi import ffi
|
from deltachat.capi import ffi
|
||||||
from deltachat.account import Account # noqa
|
from deltachat.account import Account # noqa
|
||||||
|
|
||||||
__version__ = "0.10.0.dev4"
|
__version__ = "0.600.0"
|
||||||
|
|
||||||
|
|
||||||
_DC_CALLBACK_MAP = {}
|
_DC_CALLBACK_MAP = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user