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- ## [Unreleased]
3+ ## [0.10.4] - 2022-01-27
44
55### Added
66
@@ -458,7 +458,8 @@ Please refer to the commit logs at https://github.com/igraph/python-igraph for
458458a list of changes affecting versions up to 0.8.3. Notable changes after 0.8.3
459459are documented above.
460460
461- [Unreleased]: https://github.com/igraph/python-igraph/compare/0.10.3...main
461+ [Unreleased]: https://github.com/igraph/python-igraph/compare/0.10.4...main
462+ [0.10.4]: https://github.com/igraph/python-igraph/compare/0.10.3...0.10.4
462463[0.10.3]: https://github.com/igraph/python-igraph/compare/0.10.2...0.10.3
463464[0.10.2]: https://github.com/igraph/python-igraph/compare/0.10.1...0.10.2
464465[0.10.1]: https://github.com/igraph/python-igraph/compare/0.10.0...0.10.1
Original file line number Diff line number Diff line change 1- __version_info__ = (0, 10, 3 )
1+ __version_info__ = (0, 10, 4 )
22__version__ = ".".join("{0}".format(x) for x in __version_info__)
You can’t perform that action at this time.
0 commit comments