Skip to content

Commit

Permalink
[REL] 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan1903 committed Sep 3, 2022
1 parent ca584a8 commit f0acda8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
It provides a new concept, it manages webhooks, processes data sent by Facebook and provides <a href="https://developers.facebook.com/docs/messenger-platform/">API Messenger</a> with advanced functions such as payload management, item length, and more.
</p>

<a href='https://github.com/iTeam-S/Ampalibe/#'><img src='https://img.shields.io/badge/version-1.1.4dev-%23008080'/></a>
<a href='https://github.com/iTeam-S/Ampalibe/#'><img src='https://img.shields.io/badge/version-1.1.4-%23008080'/></a>
<a href='https://ampalibe.readthedocs.io/en/latest/'><img src='https://readthedocs.org/projects/ampalibe/badge/?version=latest&style=flat'/></a>
<a href='https://github.com/iTeam-S/Ampalibe/actions/workflows/ci.yml'><img src='https://github.com/iTeam-S/Ampalibe/actions/workflows/ci.yml/badge.svg'/></a>
<a href='https://github.com/iTeam-S/Ampalibe/actions/workflows/cd-pg.yml'><img src='https://github.com/iTeam-S/Ampalibe/actions/workflows/cd-pg.yml/badge.svg'/></a>
Expand Down
2 changes: 1 addition & 1 deletion ampalibe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .source import conf, core, langs


__version__ = "1.1.4dev"
__version__ = "1.1.4"
__author__ = "iTeam-$"


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Ampalibe
version = 1.1.4dev
version = 1.1.4
author = iTeam-$
author_email = [email protected]
description = Ampalibe is a lightweight Python framework for building Facebook Messenger bots faster.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0acda8

Please sign in to comment.