Skip to content

Commit

Permalink
Release 1.11.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Feb 28, 2024
1 parent 31a213b commit 98fe1de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## Unreleased

## [1.11.2](https://pypi.org/project/multimethod/1.11.2/) - 2024-02-27
### Fixed
* Subclassed generics allowed

## [1.11.1](https://pypi.org/project/multimethod/1.11.1/) - 2024-02-19
### Fixed
* Unions with custom metaclasses supported
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.11.1'
__version__ = '1.11.2'


class DispatchError(TypeError):
Expand Down

0 comments on commit 98fe1de

Please sign in to comment.