From f2a9c6e2ba4d4923f7b35647e810206dd03a2443 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 19 Sep 2024 19:24:01 +0000 Subject: [PATCH] :bookmark: Release version v0.7.3 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9430ce..80ec09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.7.3 (2024-09-19) + +### Other + +* 🐛 Fix: NoneType has no attributte 'text'. occuring while checking wether supplier is verified or not ([`87718f9`](https://github.com/poneoneo/Alibaba-CLI-Scraper/commit/87718f93731553cc510b7664550477cc113bedb6)) + ## v0.7.2 (2024-09-18) ### Other diff --git a/pyproject.toml b/pyproject.toml index d070c6a..af2a4a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aba-cli-scrapper" -version = "0.7.2" +version = "0.7.3" description = "Create your own Alibaba dataset and interact with it in plain English. " authors = ["poneoneo "] readme = "docs/index.md"