Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Nov 1, 2024
1 parent 131d3bb commit 1c99d4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ CHANGELOG
Unreleased
----------

1.3.0
-----

- Bugfix: raise a ``TypeError`` on non-list groups (was ``ValueError``).
Thanks :user:`henryiii`!

Expand Down
2 changes: 1 addition & 1 deletion docs/cli_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ The ``lint-dependency-groups`` CLI is also available as a pre-commit hook:
repos:
- repo: https://github.com/sirosen/dependency-groups
rev: 1.2.0
rev: 1.3.0
hooks:
- id: lint-dependency-groups
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dev = [{include-group = "test"}]

[project]
name = "dependency-groups"
version = "1.2.0"
version = "1.3.0"
description = 'A tool for resolving PEP 735 Dependency Group data'
readme = "README.rst"
requires-python = ">=3.8"
Expand Down

0 comments on commit 1c99d4a

Please sign in to comment.