Skip to content

Commit

Permalink
Prepare 0.57.1b0 - fix subdirectory traversal
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed May 24, 2021
1 parent 7bc09cf commit 7705600
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Darren Burns'

# The full version, including alpha/beta/rc tags
release = '0.57.0b0'
release = '0.57.1b0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ path = ["tests"]

[tool.poetry]
name = "ward"
version = "0.57.0b0"
version = "0.57.1b0"
description = "A modern Python testing framework"
exclude = ["tests"]
authors = ["Darren Burns <darrenb900@gmail.com>"]
Expand Down
3 changes: 2 additions & 1 deletion ward/_collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ def get_info_for_modules(
mod, exclude
):
module_infos.append(mod)
return module_infos

return module_infos


def load_modules(modules: Iterable[ModuleSpec]) -> List[ModuleType]:
Expand Down

0 comments on commit 7705600

Please sign in to comment.