Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 18, 2023
1 parent 8826ded commit e22c7f3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v2.1.1 (2023-05-18)
### Fix
* Wrong reference to 302 instead of 203 ([`8826ded`](https://github.com/guilatrova/tryceratops/commit/8826ded502e230aee4c0cfe92c709feb9f431a19))

### Documentation
* Add info about TRY302 ([`8e739b0`](https://github.com/guilatrova/tryceratops/commit/8e739b0e8e5e2b80ad5c62ea8dd79900f4ac6d8a))

## v2.1.0 (2023-05-13)
### Feature
* Useless try-except ([`f7a56dd`](https://github.com/guilatrova/tryceratops/commit/f7a56dd337acda060aa643c80f20b2e780ad2fa2))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ If you wish to use pre-commit, add this:

```yaml
- repo: https://github.com/guilatrova/tryceratops
rev: v2.1.0
rev: v2.1.1
hooks:
- id: tryceratops
```
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and you should be ready to go!

```sh
❯ poetry run tryceratops --version
tryceratops, version 2.1.0
tryceratops, version 2.1.1
```

## Testing
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tryceratops"
version = "2.1.0"
version = "2.1.1"
description = "Prevent Exception Handling AntiPatterns"
authors = ["Guilherme Latrova <hello@guilatrova.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/tryceratops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Prevent Exception Handling AntiPatterns"""

__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit e22c7f3

Please sign in to comment.