Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Mar 14, 2023
1 parent 418bc2c commit f06d2eb
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 3 deletions.
2 changes: 1 addition & 1 deletion getjump/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .getjump import VALID_HOSTS, GetJump

__version__ = "2.3.0"
__version__ = "2.4.0"
__all__ = ("GetJump", "VALID_HOSTS")
88 changes: 87 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ packages = [{include = "getjump"}]
license = "MIT"
readme = "README.md"
repository = "https://github.com/eggplants/getjump"
version = "2.3.0"
version = "2.4.0"

[tool.poetry.dependencies]
python = ">=3.8,<4"
Expand All @@ -70,6 +70,7 @@ types-pillow = "^9.4.0.17"
types-beautifulsoup4 = "^4.11.6.7"
types-requests = "^2.28.11.15"
pytest = "^7.2.2"
pytest-cov = "^4.0.0"

[tool.poetry.scripts]
getjump = "getjump.main:main"
Expand All @@ -78,5 +79,7 @@ jget = "getjump.main:main"
[tool.poetry_bumpversion.file."getjump/__init__.py"]

[tool.taskipy.tasks]
test = "pytest --cov=getjump --cov-report=term"
"test:ci" = "task test --cov-report=xml:cov.xml"
lint = "pre-commit run -a"
profile = "python -m cProfile"

0 comments on commit f06d2eb

Please sign in to comment.