Skip to content

Commit 4894019

Browse files
committed
Release 1.7.0
1 parent 6c8db6f commit 4894019

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Or use it with `pre-commit <https://pre-commit.com/>`_:
318318
319319
repos:
320320
- repo: https://github.com/econchick/interrogate
321-
rev: 1.6.0 # or master if you're bold
321+
rev: 1.7.0 # or master if you're bold
322322
hooks:
323323
- id: interrogate
324324
args: [--quiet, --fail-under=95]
@@ -337,6 +337,7 @@ Use it within your code directly:
337337
338338
Use ``interrogate`` with `GitHub Actions <https://github.com/features/actions>`_. Check out the `action <https://github.com/marketplace/actions/python-interrogate-check>`_ written & maintained by `Jack McKew <https://github.com/JackMcKew>`_ (thank you, Jack!).
339339

340+
Or use ``interrogate`` in VSCode with the `interrogate extension <https://marketplace.visualstudio.com/items?itemName=kennethlove.interrogate>`_ written & maintained by `Kenneth Love <https://thekennethlove.com/>`_ (thank you, Kenneth!).
340341

341342
Configuration
342343
=============

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
.. short-log
55
6-
1.7.0 (UNRELEASED)
6+
1.7.0 (2024-04-07)
77
------------------
88

99
Added

src/interrogate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2020-2021 Lynn Root
22
"""Explain yourself! Interrogate a codebase for docstring coverage."""
33
__author__ = "Lynn Root"
4-
__version__ = "1.7.0.dev0"
4+
__version__ = "1.7.0"
55
__email__ = "lynn@lynnroot.com"
66
__description__ = "Interrogate a codebase for docstring coverage."
77
__uri__ = "https://interrogate.readthedocs.io"

0 commit comments

Comments
 (0)