From be12a605708858413cb4fa866e0784fa7331b661 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Nov 2021 10:53:09 +0000 Subject: [PATCH] 0.6.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ README.md | 2 +- docs/CONTRIBUTING.md | 2 +- pyproject.toml | 2 +- src/tryceratops/__init__.py | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f7b76..65c7276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.6.1 (2021-11-17) +### Fix +* **windows:** Remove emojis from presentation ([`e7f6bbe`](https://github.com/guilatrova/tryceratops/commit/e7f6bbec1dfb525aacd1a30c8e737b27ef93efd9)) + +### Documentation +* Add extra resource ([`259bf9c`](https://github.com/guilatrova/tryceratops/commit/259bf9c1eb357f2ebf737f5b3f9c52220645490f)) + ## v0.6.0 (2021-09-12) ### Feature * Add cheerful message when no violations ([`bff695c`](https://github.com/guilatrova/tryceratops/commit/bff695c90bf08d9e5489376407f64e1af71d26ad)) diff --git a/README.md b/README.md index 8429d42..4271cc1 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ If you wish to use pre-commit, add this: ```yaml - repo: https://github.com/guilatrova/tryceratops - rev: v0.6.0 + rev: v0.6.1 hooks: - id: tryceratops ``` diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 57e361d..bb9a01c 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -25,7 +25,7 @@ and you should be ready to go! ```sh ❯ poetry run tryceratops --version -tryceratops, version 0.6.0 +tryceratops, version 0.6.1 ``` ## Testing diff --git a/pyproject.toml b/pyproject.toml index 9c092b2..f2f2848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tryceratops" -version = "0.6.0" +version = "0.6.1" description = "A linter to manage your exception like a PRO!" authors = ["Guilherme Latrova "] license = "MIT" diff --git a/src/tryceratops/__init__.py b/src/tryceratops/__init__.py index c7795c0..bb1a680 100644 --- a/src/tryceratops/__init__.py +++ b/src/tryceratops/__init__.py @@ -1,3 +1,3 @@ """A linter to manage your exception like a PRO!""" -__version__ = "0.6.0" +__version__ = "0.6.1"