Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sedders123 committed Feb 8, 2025
1 parent acfcb4f commit a30ec2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.12.0](https://github.com/sedders123/phial/releases/tag/0.12.0) - 2025-02-08

## Changed
### Changed

- All optional parameters are now keyword only arguments

Expand Down
2 changes: 1 addition & 1 deletion phial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from phial.scheduler import Schedule
from phial.wrappers import Attachment, Message, PhialResponse, Response

__version__ = "0.11.1"
__version__ = "0.12.0"
__all__ = [
"Attachment",
"Message",
Expand Down

0 comments on commit a30ec2f

Please sign in to comment.