feat(py): Added Python "Yields:" support for Google-style docstrings (#147)

* Added basic Python yield support

Removed syntax error

Added missing docstring

Added missing end statement

* Bumped the minor version to 2.15.0
This commit is contained in:
Colin Kennedy
2023-06-07 10:33:17 -07:00
committed by GitHub
parent 72238bfb70
commit a9f560b490
6 changed files with 49 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.14.1"
neogen.version = "2.15.0"
<
# Changelog~
Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z)
## 2.15.0~
- Google docstrings now include "Yields:", whenever possible
## 2.14.0~
- Google docstrings now include "Raises:", whenever possible
## 2.13.0~