File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# igraph Python interface changelog
22
3- ## [ master ]
3+ ## [ 0.11.7 ] - 2024-10-24
44
55### Added
66
@@ -706,7 +706,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
706706a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
707707are documented above.
708708
709- [ main ] : https://github.com/igraph/python-igraph/compare/0.11.6...main
709+ [ main ] : https://github.com/igraph/python-igraph/compare/0.11.7...main
710+ [ 0.11.7 ] : https://github.com/igraph/python-igraph/compare/0.11.6...0.11.7
710711[ 0.11.6 ] : https://github.com/igraph/python-igraph/compare/0.11.5...0.11.6
711712[ 0.11.5 ] : https://github.com/igraph/python-igraph/compare/0.11.4...0.11.5
712713[ 0.11.4 ] : https://github.com/igraph/python-igraph/compare/0.11.3...0.11.4
Original file line number Diff line number Diff line change 1- __version_info__ = (0 , 11 , 6 )
1+ __version_info__ = (0 , 11 , 7 )
22__version__ = "." .join ("{0}" .format (x ) for x in __version_info__ )
You can’t perform that action at this time.
0 commit comments