Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sedders123 committed May 2, 2019
1 parent e2b4eed commit 2bcc68e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ 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.3](https://github.com/sedders123/phial/releases/tag/0.8.3) - 2019-05-02

### Changed
- Restrict python-slackclient support the 1.x series

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

### Changed
Expand Down
2 changes: 1 addition & 1 deletion phial/__init__.py
Expand Up @@ -4,5 +4,5 @@
from phial.scheduler import Schedule
from phial.wrappers import Attachment, Message, Response

__version__ = "0.8.2"
__version__ = "0.8.3"
__all__ = ['Phial', 'command', 'Response', 'Attachment', 'Schedule', 'Message']
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -55,7 +55,7 @@ def run(self) -> None:
python_requires='>=3.5',
keywords=['Phial', 'Slack', 'bot', 'Slackbot'],
install_requires=[
'slackclient>=1.2.1',
'slackclient>=1.2.1,<2',
'Werkzeug>=0.14.1',
'typing>=3.6.6'
],
Expand Down

0 comments on commit 2bcc68e

Please sign in to comment.