File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# igraph Python interface changelog
2
2
3
- ## [ master ]
3
+ ## [ 0.10.8 ] - 2023-09-12
4
4
5
5
### Added
6
6
@@ -558,7 +558,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
558
558
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
559
559
are documented above.
560
560
561
- [ master ] : https://github.com/igraph/python-igraph/compare/0.10.7...main
561
+ [ master ] : https://github.com/igraph/python-igraph/compare/0.10.8...main
562
+ [ 0.10.8 ] : https://github.com/igraph/python-igraph/compare/0.10.7...0.10.8
562
563
[ 0.10.7 ] : https://github.com/igraph/python-igraph/compare/0.10.6...0.10.7
563
564
[ 0.10.6 ] : https://github.com/igraph/python-igraph/compare/0.10.5...0.10.6
564
565
[ 0.10.5 ] : https://github.com/igraph/python-igraph/compare/0.10.4...0.10.5
Original file line number Diff line number Diff line change 1
- __version_info__ = (0 , 10 , 7 )
1
+ __version_info__ = (0 , 10 , 8 )
2
2
__version__ = "." .join ("{0}" .format (x ) for x in __version_info__ )
You can’t perform that action at this time.
0 commit comments