Skip to content

Commit

Permalink
bump to 1.1.8 (#90)
Browse files Browse the repository at this point in the history
## Ampalibe 1.1.8

* [ADD] Mongodb support (#76)
* [IMP] Code quality (#87) (6a69579)
* [IMP] Optimize time for translate function (#77)
* [IMP] Change temporary data management (#78) 
* [FIX] translate encoding in windows (af9e1fb)
* [ADD] New Messenger API: send_product_template (#79)
* [FIX] --dev doesn't work anymore on windows (af7aba3)
* [ADD] One time notification Messenger API (#80)
* [IMP] fix & imrpov structure (#81)
* [IMP] Improve core readability (#82) (#83) 
* [FIX] Logger , printing twice (#86)
* [IMP] Model optimisation (#88)
* [IMP] Minor syntax style (#89)
  • Loading branch information
gaetan1903 authored Feb 6, 2023
1 parent 1f6ca18 commit b4cfc5e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,27 @@
* [IMP] Readability and maintainability (#74)


## Ampalibe 1.1.8

* [ADD] Mongodb support (#76)
* [IMP] Code quality (#87) (6a695791ab1b07f18cde89484ec41f72a8ed90c4)
* [IMP] Optimize time for translate function (#77)
* [IMP] Change temporary data management (#78)
* [FIX] translate encoding in windows (af9e1fba065a726243b8c518157f101cd7c2de4b)
* [ADD] New Messenger API: send_product_template (#79)
* [FIX] --dev doesn't work anymore on windows (af7aba3fb1f860109a3aa417de7bbda880f09ffb)
* [ADD] One time notification Messenger API (#80)
* [IMP] fix & imrpov structure (#81)
* [IMP] Improve core readability (#82) (#83)
* [FIX] Logger , printing twice (#86)
* [IMP] Model optimisation (#88)
* [IMP] Minor syntax style (#89)









2 changes: 1 addition & 1 deletion ampalibe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import tempfile
from . import source

__version__ = "1.2.0.dev"
__version__ = "1.1.8"
__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.2.0.dev
version = 1.1.8
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.2.0.dev", # The release version
version="1.1.8", # The release version
author="iTeam-$", # Full name of the author
description=(
"Ampalibe is a lightweight Python framework for building Facebook"
Expand Down

0 comments on commit b4cfc5e

Please sign in to comment.