Commit fa41bd4 1 parent 4dcef6d commit fa41bd4 Copy full SHA for fa41bd4
File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
4
4
and this project (kinda) adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
+ ## [ 3.3.0] 2021-12-14
7
+
8
+ ### Changed
9
+
10
+ - Updated to whatsapp protocol 4.0
11
+ - Updated consonance to 0.1.5
12
+ - Fixed registration error due to obsolete keys in returned data
13
+ - Updated android env app version to 2.21.21.18
14
+
6
15
## [ 3.2.3] 2019-05-07
7
16
8
17
### Changed
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ The project started as the protocol engine behind [Wazapp for Meego](https://wik
12
12
library it can be used to power any custom WhatsApp client.
13
13
14
14
```
15
- updated: 2019-05-07
16
- yowsup version: 3.2.3
17
- yowsup-cli version: 3.2.0
15
+ updated: 2021-12-14
16
+ yowsup version: 3.3.0
17
+ yowsup-cli version: 3.2.1
18
18
requires:
19
19
- python>=2.7,<=3.7
20
20
- consonance==0.1.5
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- __version__ = "3.2.0 "
2
+ __version__ = "3.2.1 "
3
3
__author__ = "Tarek Galal"
4
4
5
5
from yowsup .env import YowsupEnv
Original file line number Diff line number Diff line change 1
1
import logging
2
2
3
- __version__ = "3.2.3 "
3
+ __version__ = "3.3.0 "
4
4
__author__ = "Tarek Galal"
5
5
6
6
logger = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments