Skip to content

Commit

Permalink
bump: version 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Sep 27, 2023
1 parent db6627f commit 9413dc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "docs/README-pypi.md"
Expand Down

0 comments on commit 9413dc3

Please sign in to comment.