Skip to content

Commit

Permalink
Bumping the version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakaki committed Jan 18, 2020
1 parent 5be0217 commit eeec3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ If you're going to use a file with a name other than `config.yml`, you will need
$ docker run --rm -it -v "$PWD"/my_config.yml:/usr/src/app/config/config.yml:ro mtakaki/cachet-url-monitor
```

## Generating configuration from existing CachetHQ instance (since 0.6.1)
## Generating configuration from existing CachetHQ instance (since 0.6.2)

In order to expedite the creation of your configuration file, you can use the client to automatically scrape the CachetHQ instance and spit out a YAML file. It can be used like this:
```bash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='cachet-url-monitor',
version='0.6.1',
version='0.6.2',
description='Cachet URL monitor plugin',
author='Mitsuo Takaki',
author_email='mitsuotakaki@gmail.com',
Expand Down

0 comments on commit eeec3a2

Please sign in to comment.