From f0acda8b256452f5e679a4c89682e31ba5eb203e Mon Sep 17 00:00:00 2001 From: Gaetan Jonathan Date: Sat, 3 Sep 2022 21:25:44 +0300 Subject: [PATCH] [REL] 1.1.4 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- ampalibe/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d125e..b37c214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -123,3 +123,15 @@ - [FIX] route not recognized in Payload Object (#42) - [FIX][REF] Fix persistent menu Button not Jsonserialized (#45) - [ADD] Functionnal test in CI (#46) + + +## Ampalibe 1.1.4 + +* [FIX] Fix send quick reply missing 13th with next argument by @rootkit7628 in https://github.com/iTeam-S/Ampalibe/pull/47 +* [IMP] Remove unecessary instructions by @gaetan1903 in https://github.com/iTeam-S/Ampalibe/pull/48 +* [IMP] Preserve the built-in type of data sent on Payload Management by @gaetan1903 in https://github.com/iTeam-S/Ampalibe/pull/50 +* [ADD] Create requirements on init and create by @rootkit7628 in https://github.com/iTeam-S/Ampalibe/pull/51 +* [FEAT] Object Payload sent in action by @gaetan1903 in https://github.com/iTeam-S/Ampalibe/pull/54 +* [FIX][IMP] Many fix & improvement by @gaetan1903 in https://github.com/iTeam-S/Ampalibe/pull/55 +* [FIX] send_buttons error by @gaetan1903 in ec865f7046af472575185635d9e4a9b8087f4dd4 +* [IMP][FIX] Verification db connection in b6b18ecfdadb3c324942d5b478873002d34696e2 diff --git a/README.md b/README.md index 1527d49..29ac9ab 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It provides a new concept, it manages webhooks, processes data sent by Facebook and provides API Messenger with advanced functions such as payload management, item length, and more.

- + diff --git a/ampalibe/__init__.py b/ampalibe/__init__.py index cb0f73c..9227ec4 100644 --- a/ampalibe/__init__.py +++ b/ampalibe/__init__.py @@ -8,7 +8,7 @@ from .source import conf, core, langs -__version__ = "1.1.4dev" +__version__ = "1.1.4" __author__ = "iTeam-$" diff --git a/setup.cfg b/setup.cfg index 09fdf2e..b1392fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Ampalibe -version = 1.1.4dev +version = 1.1.4 author = iTeam-$ author_email = contact@iteam-s.mg description = Ampalibe is a lightweight Python framework for building Facebook Messenger bots faster. diff --git a/setup.py b/setup.py index d9f62c6..f5566c8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ampalibe", # This is the name of the package - version="1.1.4dev", # The release version + version="1.1.4", # The release version author="iTeam-$", # Full name of the author description="Ampalibe is a lightweight Python framework for building Facebook Messenger bots faster.", long_description=long_description, # Long description read from the readme