From 9413dc35ff2fc183a2beacef53072f291fd82cfc Mon Sep 17 00:00:00 2001 From: Elijas <4084885+Elijas@users.noreply.github.com> Date: Wed, 27 Sep 2023 05:55:54 +0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.8.0=20=E2=86=92=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dfc6e1..cc94b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.9.0 (2023-09-27) + +### Feat + +- **ci**: use GitHub run_number for post-release versioning + +### Fix + +- **packaging**: use post-release versions for PyPI compatibility + ## 0.8.0 (2023-09-26) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 18ff71a..565f694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sec-parser" -version = "0.8.0" +version = "0.9.0" description = "Parse SEC EDGAR HTML documents into a tree of elements that correspond to the visual structure of the document." authors = ["Alphanome.AI "] readme = "docs/README-pypi.md"