File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# igraph Python interface changelog
2
2
3
+ ## [ 0.11.8] - 2024-10-25
4
+
5
+ ### Fixed
6
+
7
+ - Fixed documentation build on Read The Docs. No other changes compared to
8
+ 0.11.7.
9
+
3
10
## [ 0.11.7] - 2024-10-24
4
11
5
12
### Added
@@ -706,7 +713,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
706
713
a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
707
714
are documented above.
708
715
709
- [ main ] : https://github.com/igraph/python-igraph/compare/0.11.7...main
716
+ [ main ] : https://github.com/igraph/python-igraph/compare/0.11.8...main
717
+ [ 0.11.8 ] : https://github.com/igraph/python-igraph/compare/0.11.7...0.11.8
710
718
[ 0.11.7 ] : https://github.com/igraph/python-igraph/compare/0.11.6...0.11.7
711
719
[ 0.11.6 ] : https://github.com/igraph/python-igraph/compare/0.11.5...0.11.6
712
720
[ 0.11.5 ] : https://github.com/igraph/python-igraph/compare/0.11.4...0.11.5
Original file line number Diff line number Diff line change 1
- __version_info__ = (0 , 11 , 7 )
1
+ __version_info__ = (0 , 11 , 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