From eeec3a2220529d7c32b8f36097ce25c5036a5f42 Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Sat, 18 Jan 2020 14:02:42 -0800 Subject: [PATCH] Bumping the version --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0cc2f1..2e45fa7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index a40b352..9fbc78b 100644 --- a/setup.py +++ b/setup.py @@ -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',