Skip to content

Commit

Permalink
[REL] bump to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan1903 committed Oct 6, 2022
1 parent 1920d8c commit ccf1f27
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,15 @@
* [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


## Ampalibe 1.1.5

* [IMP] Data integrity for UI & Messenger (#56)
* [FIX] quick_rep don't support in Element (f8054555e60a74d220e081bd163a2747778fb72e)
* [IMP] Add specific type for attachments (#62)
* [IMP] stringify Payload object to output (#62)
* [ADD][IMP] Full functionnality `send_message` API (#63)
* [ADD] Unit Test for messenger_api
* [ADD] Unit Test for ampalibe CLI
* [IMP] Documentation improved
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.5dev"
__version__ = "1.1.5"
__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.5dev
version = 1.1.5
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.5dev", # The release version
version="1.1.5", # 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 ccf1f27

Please sign in to comment.