From 5a2f794510cd04ed49bb045eb39c82ac01b9f620 Mon Sep 17 00:00:00 2001 From: Tarek Galal Date: Mon, 7 Sep 2015 00:31:24 +0200 Subject: [PATCH] Bumped to 2.4/2.013 --- README.md | 5 ++++- yowsup-cli | 2 +- yowsup/__init__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eee64ae07..46a374d0b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ -## Updates (August 01, 2015) +## Updates (September 07, 2015) +Yowsup v2.4 is out, See [release notes](https://github.com/tgalal/yowsup/releases/tag/v2.4) + +### Updates (August 01, 2015) Yowsup v2.3.185 is out, contains fixes in axolotl integration. See [release notes](https://github.com/tgalal/yowsup/releases/tag/v2.3.185) ### Updates (July 27, 2015) diff --git a/yowsup-cli b/yowsup-cli index ad27c5e7b..010cece54 100755 --- a/yowsup-cli +++ b/yowsup-cli @@ -1,5 +1,5 @@ #!/usr/bin/env python -__version__ = "2.0.12" +__version__ = "2.0.13" __author__ = "Tarek Galal" import sys, argparse, yowsup, logging diff --git a/yowsup/__init__.py b/yowsup/__init__.py index d8d7cfc06..c9bd9263a 100644 --- a/yowsup/__init__.py +++ b/yowsup/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2.3.185" +__version__ = "2.4" __author__ = "Tarek Galal"