Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Jul 23, 2020
1 parent 9a43391 commit 640a671
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ Plugin for [Sentry](https://github.com/getsentry/sentry) which allows sending no

### Prepare

Install the plugin:

```
pip install sentry-wxwork
```

Obtain required config from WeChat Work admin console ([Read Me](https://work.weixin.qq.com/api/doc/90000/90135/90664)).
- Install the plugin:
- [onpremise](https://github.com/getsentry/onpremise): put `sentry-wxwork` to `requirements.txt`
- manual: `pip install sentry-wxwork`
- Obtain required config from WeChat Work admin console ([Read Me](https://work.weixin.qq.com/api/doc/90000/90135/90664)).

### Notification

Expand Down
2 changes: 1 addition & 1 deletion sentry_wxwork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Plugin for Sentry which allows sending notification via WeChat Work.
"""

__version__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit 640a671

Please sign in to comment.