File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2 .0
2+ current_version = 0.3 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ importcheck
9191.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/importcheck
9292 :alt: GitHub top language
9393
94- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/importcheck/v0.2 .0
94+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/importcheck/v0.3 .0
9595 :target: https://github.com/domdfcoding/importcheck/pulse
9696 :alt: GitHub commits since tagged version
9797
Original file line number Diff line number Diff line change 26262021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727"""
2828
29- __version__ = "0.2 .0"
29+ __version__ = "0.3 .0"
3030repo_root = pathlib .Path (__file__ ).parent
3131install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
3232extras_require = {"all" : []}
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ importcheck
9393 :alt: GitHub top language
9494
9595.. |commits-since | github-shield ::
96- :commits-since: v0.2 .0
96+ :commits-since: v0.3 .0
9797 :alt: GitHub commits since tagged version
9898
9999.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change 6464__author__ : str = "Dominic Davis-Foster"
6565__copyright__ : str = "2021 Dominic Davis-Foster"
6666__license__ : str = "MIT License"
67- __version__ : str = "0.2 .0"
67+ __version__ : str = "0.3 .0"
6868__email__ : str = "dominic@davis-foster.co.uk"
6969
7070_module = Plural ("module" , "modules" )
@@ -213,7 +213,7 @@ def paths_to_modules(*paths: PathLike) -> Iterator[str]:
213213 r"""
214214 Convert filesystem paths (e.g. ``foo/bar.py``) into dotted import names (e.g. ``foo.bar``).
215215
216- .. versionadded:: 0.2 .0
216+ .. versionadded:: 0.3 .0
217217
218218 :param \*paths: The paths to convert.
219219 """
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
44
55[project ]
66name = " importcheck"
7- version = " 0.2 .0"
7+ version = " 0.3 .0"
88description = " A tool to check all modules can be correctly imported."
99readme = " README.rst"
1010keywords = [ " import" , " test" ,]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright_years: '2021'
55author : ' Dominic Davis-Foster'
66email : ' dominic@davis-foster.co.uk'
77username : ' domdfcoding'
8- version : ' 0.2 .0'
8+ version : ' 0.3 .0'
99license : ' MIT'
1010short_desc : ' A tool to check all modules can be correctly imported.'
1111
You can’t perform that action at this time.
0 commit comments