Skip to content

Commit

Permalink
Release 2.0rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Oct 13, 2024
1 parent e68aac3 commit 92d861e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.0-beta - 3.13']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Unreleased

## [2.0rc1](https://pypi.org/project/multimethod/2.0rc1/) - 2024-10-13
### Removed
* Resolving ambiguity using positional distance
* `overload` is redundant with instance checking
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "multimethod"
version = "1.12"
version = "2.0rc1"
description = "Multiple argument dispatching."
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -30,7 +30,6 @@ Issues = "https://github.com/coady/multimethod/issues"

[tool.ruff]
line-length = 100
extend-include = ["*.ipynb"]

[tool.ruff.lint]
ignore = ["F811"]
Expand Down

0 comments on commit 92d861e

Please sign in to comment.