Added parse rule for exceptions from a module (#168)

This commit is contained in:
Colin Kennedy
2024-03-23 07:22:10 +00:00
committed by GitHub
parent b95347a588
commit 0daffcec24
3 changed files with 26 additions and 2 deletions

View File

@@ -183,12 +183,14 @@ Feel free to submit a PR, I will be happy to help you !
We use semantic versioning ! (https://semver.org)
Here is the current Neogen version:
>
neogen.version = "2.17.0"
neogen.version = "2.17.1"
<
# Changelog~
Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z)
## 2.17.1~
- Python raises now supports `raise foo.Bar()` syntax
## 2.17.0~
- Python now supports dataclass attributes (#126)
## 2.16.0~