Skip to content

Commit

Permalink
[REL] Ampalibe 1.1.3-stable 👌🏾
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan1903 committed Aug 20, 2022
1 parent 89ea026 commit 5d01958
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,11 @@
- [FIX] Missing gitignore file on create & init
- [IMP] Adapt ASGI server to be supported by Heroku/python image
- [IMP] Command decorators priority before action decorators in ampalibe core


## Ampalibe 1.1.3 Stable

- [FIX] Cmd object & Payload in persistant menu
- [FIX] route not recognized in Payload Object (#42)
- [FIX][REF] Fix persistent menu Button not Jsonserialized (#45)
- [ADD] Functionnal test in CI (#46)
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.3dev-%23008080'/></a>
<a href='https://github.com/iTeam-S/Ampalibe/#'><img src='https://img.shields.io/badge/version-1.1.3-%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.3dev"
__version__ = "1.1.3"
__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.3dev
version = 1.1.3
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.3dev", # The release version
version="1.1.3", # 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 5d01958

Please sign in to comment.