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 Oct 29, 2024
1 parent 0d247c7 commit 318c88e
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.2.0
-----

- Switch to ``flit-core`` as the build backend
- Add support for supplying multiple dependency groups to the functional
``resolve()`` API: ``resolve(dependency_groups, *groups: str)``. Thanks
Expand Down
2 changes: 1 addition & 1 deletion docs/cli_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ The ``lint-dependency-groups`` CLI is also available as a pre-commit hook:
repos:
- repo: https://github.com/sirosen/dependency-groups
rev: 1.1.0
rev: 1.2.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.1.0"
version = "1.2.0"
description = 'A tool for resolving PEP 735 Dependency Group data'
readme = "README.rst"
requires-python = ">=3.8"
Expand Down

0 comments on commit 318c88e

Please sign in to comment.