Skip to content

Commit

Permalink
Merge pull request #133 from sedders123/prep-0.8.1
Browse files Browse the repository at this point in the history
0.8.1
  • Loading branch information
sedders123 committed Mar 8, 2019
2 parents 374ef9f + b99225c commit 5bfc370
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [0.8.1](https://github.com/sedders123/phial/releases/tag/0.8.0) - 2019-03-08

### Changed

- Project Metadata

## [0.8.0](https://github.com/sedders123/phial/releases/tag/0.8.0) - 2019-02-25

phial has undergone a major internal rewrite and while the public API has largely stayed the same this version should not be seen as a drop in replacement.
Expand Down
2 changes: 1 addition & 1 deletion phial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from phial.scheduler import Schedule
from phial.wrappers import Attachment, Message, Response

__version__ = "0.8.0"
__version__ = "0.8.1"
__all__ = ['Phial', 'command', 'Response', 'Attachment', 'Schedule', 'Message']

0 comments on commit 5bfc370

Please sign in to comment.