Skip to content

Commit

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

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

## v2.3.2 (2023-05-23)
### Fix
* Add missing prop for allowed_base_exceptions ([`1497ab8`](https://github.com/guilatrova/tryceratops/commit/1497ab85ec26d7a54940664ef4ef50e08744dded))
* Python <3.11 needs typing_extensions ([`bf8f4cc`](https://github.com/guilatrova/tryceratops/commit/bf8f4ccdeaf3982cd03c1973c6be6170672ede23))

## v2.3.1 (2023-05-20)
### Fix
* Empty allowed_class skips check ([`e3efc35`](https://github.com/guilatrova/tryceratops/commit/e3efc3532a9516d62d0194afe1c2743c6cf8be36))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ If you wish to use pre-commit, add this:

```yaml
- repo: https://github.com/guilatrova/tryceratops
rev: v2.3.1
rev: v2.3.2
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.3.1
tryceratops, version 2.3.2
```

## 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.3.1"
version = "2.3.2"
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.3.1"
__version__ = "2.3.2"

0 comments on commit e14f9c4

Please sign in to comment.