Skip to content

Commit 9de4437

Browse files
committed
Bump version for release
1 parent 35ad9c3 commit 9de4437

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ CHANGELOG
44
Unreleased
55
----------
66

7+
1.3.1
8+
-----
9+
10+
- Fix a bug in which names in includes were not normalized before comparisons,
11+
resulting in spurious ``LookupError``\s.
712
- Optimize the behavior of the ``resolve()`` function on multiple groups.
813

914
1.3.0

docs/cli_usage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ The ``lint-dependency-groups`` CLI is also available as a pre-commit hook:
4848
4949
repos:
5050
- repo: https://github.com/pypa/dependency-groups
51-
rev: 1.3.0
51+
rev: 1.3.1
5252
hooks:
5353
- id: lint-dependency-groups

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dev = [{include-group = "test"}]
1313

1414
[project]
1515
name = "dependency-groups"
16-
version = "1.3.0"
16+
version = "1.3.1"
1717
description = 'A tool for resolving PEP 735 Dependency Group data'
1818
readme = "README.rst"
1919
requires-python = ">=3.8"

0 commit comments

Comments
 (0)