Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge tag 'v1.0.1' into develop
Release v1.0.1
  • Loading branch information
etienne-napoleone committed Jan 4, 2019
2 parents 33f28d4 + 521c5a5 commit 42363f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,7 +66,7 @@ Options:
Running "snapshot only" for a configuration file containing one droplet and one volume:
```bash
$ goutte goutte.toml $do_token --only snapshot
13:32:48 - INFO - Starting goutte v1.0.0
13:32:48 - INFO - Starting goutte v1.0.1
13:32:52 - INFO - sgp1-website-01 - Snapshot (goutte-sgp1-website-01-20181220-56bde)
13:32:59 - INFO - sgp1-mariadb-01 - Snapshot (goutte-sgp1-mariadb-01-20181220-3673d)
```
Expand Down
2 changes: 1 addition & 1 deletion goutte/__init__.py
@@ -1,6 +1,6 @@
import colorlog

__version__ = '1.0.0'
__version__ = '1.0.1'

handler = colorlog.StreamHandler()
handler.setFormatter(colorlog.ColoredFormatter(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "goutte"
version = "1.0.0"
version = "1.0.1"
description = "DigitalOcean snapshot automation service"
readme = "README.md"
license = "GPL-3.0+"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_goutte.py
Expand Up @@ -9,7 +9,7 @@


def test_version():
assert __version__ == '1.0.0'
assert __version__ == '1.0.1'


def test_entrypoint(caplog, monkeypatch):
Expand Down

0 comments on commit 42363f3

Please sign in to comment.