Skip to content

Commit 3ec839e

Browse files
committed
Retarget 1.0.0
1 parent c729831 commit 3ec839e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dep_checker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def check_imports(
348348
* Added the ``name_mapping`` option.
349349
* Added the ``work_dir`` option.
350350
351-
.. versionchanged:: 0.7.0 Replaced the ``req_file`` argument with the ``*requirements`` argument.
351+
.. versionchanged:: 1.0.0 Replaced the ``req_file`` argument with the ``*requirements`` argument.
352352
Use :func:`shippinglabel.requirements.read_requirements(req_file)[0] <shippinglabel.requirements.read_requirements>`
353353
to get the original bevhaviour.
354354
"""

doc-source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Command Line
111111

112112
The :option:`-P / --pyproject <-P>` option takes precedence over the :option:`--req-file` option.
113113

114-
.. versionchanged:: 0.7.0
114+
.. versionchanged:: 1.0.0
115115

116116
Added the :option:`-P / --pyproject <-P>` option.
117117

0 commit comments

Comments
 (0)