Skip to content

Commit

Permalink
Update minor version & add instructions to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-gillard committed Jul 8, 2024
1 parent 04d5c04 commit c7752c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run Tests
run: tox run -m ${{ matrix.python-version }}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,11 @@ poetry install

# Run the tool
poetry run edgar-tool --help

# Run unit tests using your Poetry environment's Python interpreter
poetry run pytest

# Run unit tests with tox
poetry run tox -- run-parallel
```
</details>
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "edgar-tool"
version = "1.3.2"
version = "1.3.3"
description = "Search and retrieve corporate and financial data from the United States Securities and Exchange Commission (SEC)."
authors = ["Bellingcat"]
license = "GNU General Public License v3 (GPLv3)"
Expand Down Expand Up @@ -38,7 +38,6 @@ xmltodict = "^0.13"
black = "^24.2.0"
tox = "^4.16.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit c7752c1

Please sign in to comment.