Skip to content

Commit fa41bd4

Browse files
committed
[meta] bump version to 3.3.0
Updated changelog and readme Updated yowsup-cli to 3.2.1
1 parent 4dcef6d commit fa41bd4

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project (kinda) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

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+
615
## [3.2.3] 2019-05-07
716

817
### Changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The project started as the protocol engine behind [Wazapp for Meego](https://wik
1212
library it can be used to power any custom WhatsApp client.
1313

1414
```
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
1818
requires:
1919
- python>=2.7,<=3.7
2020
- consonance==0.1.5

yowsup-cli

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
__version__ = "3.2.0"
2+
__version__ = "3.2.1"
33
__author__ = "Tarek Galal"
44

55
from yowsup.env import YowsupEnv

yowsup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "3.2.3"
3+
__version__ = "3.3.0"
44
__author__ = "Tarek Galal"
55

66
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)