Skip to content

Commit

Permalink
[meta] bump to 3.2.3
Browse files Browse the repository at this point in the history
Updated changelog and readme
  • Loading branch information
tgalal committed May 7, 2019
1 parent b135455 commit e73432b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project (kinda) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project (kinda) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [3.2.3] 2019-05-07

### Changed

- Fixed incoming message output format in cli demo

## [3.2.2] 2019-05-07 ## [3.2.2] 2019-05-07


### Changed ### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ library it can be used to power any custom WhatsApp client.


``` ```
updated: 2019-05-07 updated: 2019-05-07
yowsup version: 3.2.2 yowsup version: 3.2.3
yowsup-cli version: 3.2.0 yowsup-cli version: 3.2.0
requires: requires:
- python>=2.7,<=3.7 - python>=2.7,<=3.7
Expand Down
2 changes: 1 addition & 1 deletion yowsup/__init__.py
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging import logging


__version__ = "3.2.2" __version__ = "3.2.3"
__author__ = "Tarek Galal" __author__ = "Tarek Galal"


logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
Expand Down

0 comments on commit e73432b

Please sign in to comment.