Skip to content

Commit

Permalink
Release 1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Jan 28, 2024
1 parent 8346c76 commit 511c727
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

## [1.11](https://pypi.org/project/multimethod/1.11/) - 2024-01-28
### Changed
* Python >=3.9 required
* `isinstance` and generic dispatch optimized
Expand Down
2 changes: 1 addition & 1 deletion multimethod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from collections.abc import Callable, Iterable, Iterator, Mapping
from typing import Any, Literal, Optional, TypeVar, Union, get_type_hints, overload as tp_overload

__version__ = '1.10'
__version__ = '1.11'


class DispatchError(TypeError):
Expand Down

0 comments on commit 511c727

Please sign in to comment.