Skip to content

Commit d262cb2

Browse files
Release version 0.26.0
Changes in this release: - Fix inheritance documentation with Sphinx RST syntax and method grouping (#231) - Fix circular import issue with cross-module scoped enum type checking (#238) - Fix cross-module enum class imports for type assertions (#237) - Add test for enum-based overload resolution (#234) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 34ca6ea commit d262cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.25.0"
33+
__version__ = "0.26.0"
3434

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

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

0 commit comments

Comments
 (0)