From e18cd93ee985f6d34357c374f1c22fdec9bc5408 Mon Sep 17 00:00:00 2001 From: Aric Coady Date: Fri, 20 Dec 2024 17:23:01 -0800 Subject: [PATCH] Release 2.0rc2. --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11aa94d..9628f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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 +## [2.0rc2](https://pypi.org/project/multimethod/2.0rc2/) - 2024-12-20 ### Removed * Resolving ambiguity using positional distance * `overload` is redundant with instance checking diff --git a/pyproject.toml b/pyproject.toml index f14cd1d..5bdbd2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "multimethod" -version = "2.0rc1" +version = "2.0rc2" description = "Multiple argument dispatching." readme = "README.md" requires-python = ">=3.9"