Skip to content

Commit

Permalink
New release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeuffer authored and github-actions[bot] committed Oct 29, 2022
1 parent dc46331 commit 6c1cc14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
autowrap 0.22.10

- Revamped docstrings for overloaded methods in generated pyx files. They use RST and sphinx.autodoc syntax now.
autowrap 0.22.11
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ autowrap 0.22.9
- Typing of a majority of classes and functions of the codebase
- Requires python 3.7 instead of 3.6 now
- Support for "const Members" as alternative to "wrap-constant" (experimental)

autowrap 0.22.10

- Revamped docstrings for overloaded methods in generated pyx files. They use RST and sphinx.autodoc syntax now.
2 changes: 1 addition & 1 deletion autowrap/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""

__version__ = (0, 22, 10)
__version__ = (0, 22, 11)


# for compatibility with older version:
Expand Down

0 comments on commit 6c1cc14

Please sign in to comment.