From 84560416e471ee5abe948c1c61d0c8f26f7b1e7b Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 29 Apr 2023 20:17:16 +0000 Subject: [PATCH] 2.0.0 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 39876ed..ee0e22c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v2.0.0 (2023-04-29) +### Feature +* Change codes from TC to TRY ([`4998fd2`](https://github.com/guilatrova/tryceratops/commit/4998fd2df40b58a6b1929b06b3cddcaa748d0a32)) + +### Breaking +* change codes from TC to TRY ([`4998fd2`](https://github.com/guilatrova/tryceratops/commit/4998fd2df40b58a6b1929b06b3cddcaa748d0a32)) + ## v1.2.0 (2023-04-29) ### Feature * Handle false positive for TC300 ([`719d07f`](https://github.com/guilatrova/tryceratops/commit/719d07f46dc68d4036964216c65aafdf452366da)) diff --git a/README.md b/README.md index 70434f7..725b6b8 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ If you wish to use pre-commit, add this: ```yaml - repo: https://github.com/guilatrova/tryceratops - rev: v1.2.0 + rev: v2.0.0 hooks: - id: tryceratops ``` diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 920d79e..81e1063 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -26,7 +26,7 @@ and you should be ready to go! ```sh ❯ poetry run tryceratops --version -tryceratops, version 1.2.0 +tryceratops, version 2.0.0 ``` ## Testing diff --git a/pyproject.toml b/pyproject.toml index f29a8ae..19a9286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tryceratops" -version = "1.2.0" +version = "2.0.0" description = "Prevent Exception Handling AntiPatterns" authors = ["Guilherme Latrova "] license = "MIT" diff --git a/src/tryceratops/__init__.py b/src/tryceratops/__init__.py index ef0cd62..ac3481a 100644 --- a/src/tryceratops/__init__.py +++ b/src/tryceratops/__init__.py @@ -1,3 +1,3 @@ """Prevent Exception Handling AntiPatterns""" -__version__ = "1.2.0" +__version__ = "2.0.0"