Skip to content

Commit c534140

Browse files
Update autowrap version to 0.24.0 (#217)
* Initial plan * Update autowrap version to 0.24.0 Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com> * Merge master and resolve conflict in cpp17_stl_test.pyx Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com> Co-authored-by: Timo Sachsenberg <timo.sachsenberg@uni-tuebingen.de>
1 parent 18c6fd9 commit c534140

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
autowrap 0.24.0 (unreleased)
1+
autowrap 0.24.0
22

33

44
New STL Container Support (C++17):

autowrap/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
"""
3232

33-
__version__ = "0.23.0"
33+
__version__ = "0.24.0"
3434

3535
# For backward compatibility with older code expecting tuple format
36-
__version_tuple__ = (0, 23, 0)
36+
__version_tuple__ = (0, 24, 0)
3737

3838
# for compatibility with older version:
3939
version = __version_tuple__

tests/test_files/cpp17_stl_test.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Generated with autowrap 0.23.0 and Cython (Parser) 3.2.1
1+
#Generated with autowrap 0.24.0 and Cython (Parser) 3.2.1
22
#cython: c_string_encoding=ascii
33
#cython: embedsignature=False
44
from enum import Enum as _PyEnum

tests/test_files/inherited.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Generated with autowrap 0.23.0 and Cython (Parser) 3.2.1
1+
#Generated with autowrap 0.24.0 and Cython (Parser) 3.2.1
22
#cython: c_string_encoding=ascii
33
#cython: embedsignature=False
44
from enum import Enum as _PyEnum

0 commit comments

Comments
 (0)