From 911ff7f1fe20ac470ec094ef32a764c503b06103 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 30 Aug 2024 00:22:56 -0400 Subject: [PATCH] 0.5.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7812d4d..e94ae6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.5.5 (2024-08-30) + +### Unknown + +* doc(changelog): remove secret ([`e0c2799`](https://github.com/poneoneo/Alibaba-Scrapper/commit/e0c279941aa4fa46b78b852e02f5abdd56bd2e2e)) + ## v0.5.4 (2024-08-30) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index 1152963..70aaa56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aba-cli-scrapper" -version = "0.5.3" +version = "0.5.5" description = "Scrappe all products and theirs related suppliers existing on Alibaba based on keywords provided by user and save results into a database (Mysql/Sqlite)." authors = ["poneoneo "] readme = "README.md"