Skip to content

Commit

Permalink
Release 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Nov 10, 2023
1 parent 9a63d64 commit 4388cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
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.4](https://pypi.org/project/waiter/1.4/) - 2023-11-09
### Changed
* Python >=3.8 required

Expand Down
2 changes: 1 addition & 1 deletion waiter/__init__.py
Expand Up @@ -12,7 +12,7 @@
from typing import Iterator, Optional
from multimethod import multimethod, overload

__version__ = '1.3'
__version__ = '1.4'
iscoro = asyncio.iscoroutinefunction


Expand Down

0 comments on commit 4388cfc

Please sign in to comment.